Skip to content

Commit a454f7c

Browse files
committed
Release 0.4.3
1 parent f6522d1 commit a454f7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

8+
## [0.4.3] - 2020-07-04
9+
10+
### Fixed
11+
12+
- Bug in Fish init script
13+
814
## [0.4.2] - 2020-07-03
915

1016
### Added
@@ -150,6 +156,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150156
- GitHub Actions pipeline to build and upload releases.
151157
- Support for the `zsh` shell.
152158

159+
[0.4.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.4.2...v0.4.3
153160
[0.4.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.4.1...v0.4.2
154161
[0.4.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.4.0...v0.4.1
155162
[0.4.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.3.1...v0.4.0

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "zoxide"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Ajeet D'Souza <[email protected]>"]
55
description = "A faster way to navigate your filesystem"
66
repository = "https://github.com/ajeetdsouza/zoxide/"

0 commit comments

Comments
 (0)