Skip to content

Commit 418a78d

Browse files
committed
chore(release): v0.9.4
1 parent c9183ce commit 418a78d

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

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.9.4] - 2024-02-21
1111

1212
### Changed
1313

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

465+
[0.9.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.3...v0.9.4
465466
[0.9.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.2...v0.9.3
466467
[0.9.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.1...v0.9.2
467468
[0.9.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.0...v0.9.1

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "zoxide"
1010
readme = "README.md"
1111
repository = "https://github.com/ajeetdsouza/zoxide"
1212
rust-version = "1.74.1"
13-
version = "0.9.3"
13+
version = "0.9.4"
1414

1515
[badges]
1616
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)