Skip to content

Commit d6ab8bf

Browse files
authored
Merge pull request #14 from IvanLarinDev/chore/release-v0.10.2
chore(version): v0.10.2
2 parents b13269e + 9bf2f07 commit d6ab8bf

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33
- - -
4+
## [v0.10.2](https://github.com/IvanLarinDev/dropwheel/compare/9891c2ff92ba5a1852aeb8f40967c4825cc5c75a..v0.10.2) - 2026-07-09
5+
#### Bug Fixes
6+
- (**files**) handle partial undo safely - ([b94f752](https://github.com/IvanLarinDev/dropwheel/commit/b94f752f124983f748447695f51f249511e99193)) - Ivan Larin
7+
- (**files**) harden drop safety paths - ([5bb7b09](https://github.com/IvanLarinDev/dropwheel/commit/5bb7b09d86779f86ad8223953d329872aaee3d2d)) - Ivan Larin
8+
#### Miscellaneous Chores
9+
- (**format**) normalize product code formatting - ([0a2692a](https://github.com/IvanLarinDev/dropwheel/commit/0a2692ad5d49aaf1df0f1ec8d030b978bc89426e)) - Ivan Larin
10+
- (**release**) restore changelog remote context - ([63d835c](https://github.com/IvanLarinDev/dropwheel/commit/63d835c475fdb6e4ccfcb206afef8c8e5d3ab54f)) - Ivan Larin
11+
12+
- - -
13+
414
## [v0.10.1](https://github.com/IvanLarinDev/dropwheel/compare/241caf59ad9b8133fb72717c0242ca9d1d493164..v0.10.1) - 2026-07-08
515
#### Bug Fixes
616
- (**files**) harden drop operations (#10) - ([8d1be7a](https://github.com/IvanLarinDev/dropwheel/commit/8d1be7ade82b5462b3be483903d99d3a112b8043)) - Ivan Larin

cog.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ branch_whitelist = ["main", "master", "feat/**", "fix/**", "docs/**", "hotfix/**
1515

1616
[changelog]
1717
path = "CHANGELOG.md"
18+
template = "remote"
1819
remote = "github.com"
20+
owner = "IvanLarinDev"
21+
repository = "dropwheel"
1922
authors = []
2023

2124
# Extra non-default type used by repos with this history.

src/Dropwheel/Dropwheel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>Dropwheel</RootNamespace>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<ApplicationIcon>dropwheel.ico</ApplicationIcon>
14-
<Version>0.10.1</Version>
14+
<Version>0.10.2</Version>
1515
<!-- ThemeMode (Fluent light/dark chrome) is still an experimental WPF API -->
1616
<NoWarn>$(NoWarn);WPF0001</NoWarn>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)