Skip to content

Commit 55ffe74

Browse files
committed
chore(release): v0.9.5
1 parent efd49e7 commit 55ffe74

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
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.5] - 2024-09-13
1111

1212
### Added
1313

@@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
`$__fish_data_dir/functions/cd.fish`. This should minimize the chances of an
3838
infinite loop when aliasing `cd=z`.
3939
- Symlinks not getting added to the database when `$_ZO_RESOLVE_SYMLINKS=0`.
40-
- Handle symlinked database files correctly.
40+
- Symlinked database files getting replaced instead of the actual files.
4141

4242
## [0.9.4] - 2024-02-21
4343

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

497+
[0.9.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.4...v0.9.5
497498
[0.9.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.3...v0.9.4
498499
[0.9.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.2...v0.9.3
499500
[0.9.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.9.1...v0.9.2

Cargo.lock

+1-1
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.4"
13+
version = "0.9.5"
1414

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

0 commit comments

Comments
 (0)