Skip to content

Commit 70f6eb9

Browse files
committed
Release 0.3.0
1 parent 3d2ac05 commit 70f6eb9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff 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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "named-lock"
3-
version = "0.2.1-alpha.0"
3+
version = "0.3.0"
44
authors = ["oblique <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)