Skip to content

Commit 7407a5c

Browse files
committed
🔧
1 parent 53367a5 commit 7407a5c

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.2] - 2023-01-18
10+
11+
### Fixed
12+
13+
- Issue where rotz would incorrectly flag files as orphans
14+
915
## [0.9.1] - 2022-11-06
1016

1117
### Added
@@ -186,7 +192,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186192
- Dotfile linking
187193
- Error handling
188194

189-
[Unreleased]: https://github.com/volllly/rotz/compare/v0.9.0...HEAD
195+
[Unreleased]: https://github.com/volllly/rotz/compare/v0.9.2...HEAD
196+
[0.9.2]: https://github.com/volllly/rotz/releases/tag/v0.9.2
197+
[0.9.1]: https://github.com/volllly/rotz/releases/tag/v0.9.1
190198
[0.9.0]: https://github.com/volllly/rotz/releases/tag/v0.9.0
191199
[0.8.1]: https://github.com/volllly/rotz/releases/tag/v0.8.1
192200
[0.8.0]: https://github.com/volllly/rotz/releases/tag/v0.8.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rotz"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
edition = "2021"
55
authors = ["Paul Volavsek <paul.volavsek@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)