Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Sep 17, 2022
1 parent 3d2ac05 commit 70f6eb9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.3.0]

### Changed

- `NamedLock::create` now rejects names that contain `\0` character ([#5])
- `NamedLock::create` now rejects empty names
- Upgrade all dependencies

## [0.2.0]

### Added
Expand All @@ -22,9 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade all dependencies


[unreleased]: https://github.com/oblique/named-lock/compare/0.2.0...HEAD
[unreleased]: https://github.com/oblique/named-lock/compare/0.3.0...HEAD
[0.2.0]: https://github.com/oblique/named-lock/compare/0.1.1...0.2.0
[0.3.0]: https://github.com/oblique/named-lock/compare/0.2.0...0.3.0

[#5]: https://github.com/oblique/named-lock/issues/5
[#4]: https://github.com/oblique/named-lock/issues/4
[#2]: https://github.com/oblique/named-lock/issues/2
[#1]: https://github.com/oblique/named-lock/issues/1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "named-lock"
version = "0.2.1-alpha.0"
version = "0.3.0"
authors = ["oblique <psyberbits@gmail.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 70f6eb9

Please sign in to comment.