File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.3.0]
11+
12+ ### Changed
13+
14+ - ` NamedLock::create ` now rejects names that contain ` \0 ` character ([ #5 ] )
15+ - ` NamedLock::create ` now rejects empty names
16+ - Upgrade all dependencies
17+
1018## [ 0.2.0]
1119
1220### Added
@@ -22,9 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2230- Upgrade all dependencies
2331
2432
25- [ unreleased ] : https://github.com/oblique/named-lock/compare/0.2 .0...HEAD
33+ [ unreleased ] : https://github.com/oblique/named-lock/compare/0.3 .0...HEAD
2634[ 0.2.0 ] : https://github.com/oblique/named-lock/compare/0.1.1...0.2.0
35+ [ 0.3.0 ] : https://github.com/oblique/named-lock/compare/0.2.0...0.3.0
2736
37+ [ #5 ] : https://github.com/oblique/named-lock/issues/5
2838[ #4 ] : https://github.com/oblique/named-lock/issues/4
2939[ #2 ] : https://github.com/oblique/named-lock/issues/2
3040[ #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.2.1-alpha .0"
3+ version = " 0.3 .0"
44authors = [" oblique <psyberbits@gmail.com>" ]
55edition = " 2018"
66license = " MIT"
You can’t perform that action at this time.
0 commit comments