Skip to content

Commit 96a43e9

Browse files
committed
Release v0.8.1
1 parent 612f264 commit 96a43e9

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
release:
1111
name: ${{ matrix.target }}
12+
permissions:
13+
contents: write
1214
runs-on: ${{ matrix.os }}
1315
strategy:
1416
fail-fast: false

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## [0.8.1] - 2021-04-23
1111

1212
### Changed
1313

@@ -374,6 +374,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
374374
- GitHub Actions pipeline to build and upload releases.
375375
- Support for zsh.
376376

377+
[0.8.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.8.0...v0.8.1
377378
[0.8.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.9...v0.8.0
378379
[0.7.9]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.8...v0.7.9
379380
[0.7.8]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.7...v0.7.8

Cargo.lock

+5-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "zoxide"
99
repository = "https://github.com/ajeetdsouza/zoxide"
1010
rust-version = "1.59"
11-
version = "0.8.0"
11+
version = "0.8.1"
1212

1313
[badges]
1414
maintenance = { status = "actively-developed" }
@@ -29,7 +29,7 @@ ordered-float = "2.0.0"
2929
serde = { version = "1.0.116", features = ["derive"] }
3030

3131
[target.'cfg(unix)'.dependencies]
32-
nix = "0.23.1"
32+
nix = "0.24.1"
3333

3434
[build-dependencies]
3535
clap = { version = "3.1.0", features = ["derive"] }

0 commit comments

Comments
 (0)