File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.2.0]
11+
1012### Added
1113
1214- Added ` NamedLock::with_path ` on UNIX ([ #2 ] , [ #4 ] )
@@ -20,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022- Upgrade all dependencies
2123
2224
25+ [ unreleased ] : https://github.com/oblique/named-lock/compare/0.2.0...HEAD
26+ [ 0.2.0 ] : https://github.com/oblique/named-lock/compare/0.1.1...0.2.0
27+
2328[ #4 ] : https://github.com/oblique/named-lock/issues/4
2429[ #2 ] : https://github.com/oblique/named-lock/issues/2
2530[ #1 ] : https://github.com/oblique/named-lock/issues/1
Original file line number Diff line number Diff line change 11[package ]
22name = " named-lock"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" oblique <psyberbits@gmail.com>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments