Skip to content

Commit 9d20ad1

Browse files
authored
v0.5.0 (#36)
1 parent d77055e commit 9d20ad1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
### Fixed
15+
16+
## [0.5.0] - 2021-06-21
17+
18+
### Added
19+
20+
### Changed
21+
1422
- Update `nix` lower bound to 0.21.0
1523
- Minimum supported `rustc` version is now 1.41.0, via `nix`
24+
- Added `--quiet`, `--tsv` options to `syscalls` example
1625

1726
### Fixed
1827

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pete"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Joe Ranweiler <joe@lemma.co>"]
55
edition = "2018"
66
license = "ISC"

0 commit comments

Comments
 (0)