File tree 2 files changed +12
-2
lines changed
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
7
7
8
8
## [ unreleased]
9
9
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
+
10
18
## [ 0.2.0]
11
19
12
20
### Added
@@ -22,9 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
30
- Upgrade all dependencies
23
31
24
32
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
26
34
[ 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
27
36
37
+ [ #5 ] : https://github.com/oblique/named-lock/issues/5
28
38
[ #4 ] : https://github.com/oblique/named-lock/issues/4
29
39
[ #2 ] : https://github.com/oblique/named-lock/issues/2
30
40
[ #1 ] : https://github.com/oblique/named-lock/issues/1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " named-lock"
3
- version = " 0.2.1-alpha .0"
3
+ version = " 0.3 .0"
4
4
authors = [
" oblique <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments