Skip to content

Commit f578ec2

Browse files
committed
Release v0.7.7
1 parent e96ea91 commit f578ec2

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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-
## [0.7.6] - 2020-10-13
10+
## [0.7.7] - 2021-10-15
11+
12+
### Fixed
13+
14+
- PowerShell: Hook not initializing correctly.
15+
16+
## [0.7.6] - 2021-10-13
1117

1218
### Changed
1319

@@ -18,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1824
- Xonsh: error messages in `zi`.
1925
- Xonsh: configuration environment variables not being handled correctly.
2026

21-
## [0.7.5] - 2020-09-09
27+
## [0.7.5] - 2021-09-09
2228

2329
### Added
2430

@@ -35,13 +41,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3541
- Elvish: don't show traceback when `z` or `zi` fails.
3642
- Elvish: nested shells do not initialize correctly.
3743

38-
## [0.7.4] - 2020-08-15
44+
## [0.7.4] - 2021-08-15
3945

4046
### Fixed
4147

4248
- Compile error with `clap v3.0.0-beta.4`.
4349

44-
## [0.7.3] - 2020-08-05
50+
## [0.7.3] - 2021-08-05
4551

4652
### Added
4753

@@ -300,6 +306,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300306
- GitHub Actions pipeline to build and upload releases.
301307
- Support for zsh.
302308

309+
[0.7.7]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.6...v0.7.7
303310
[0.7.6]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.5...v0.7.6
304311
[0.7.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.4...v0.7.5
305312
[0.7.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.3...v0.7.4

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.7.6"
3+
version = "0.7.7"
44
authors = ["Ajeet D'Souza <[email protected]>"]
55
edition = "2018"
66
description = "A smarter cd command for your terminal"

0 commit comments

Comments
 (0)