Skip to content

Commit e4635a5

Browse files
committed
Release 0.2.0
1 parent ee699b1 commit e4635a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "named-lock"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["oblique <psyberbits@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)