mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
Release v0.7.7
This commit is contained in:
parent
e96ea91c1c
commit
f578ec2041
15
CHANGELOG.md
15
CHANGELOG.md
@ -7,7 +7,13 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [0.7.6] - 2020-10-13
|
## [0.7.7] - 2021-10-15
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- PowerShell: Hook not initializing correctly.
|
||||||
|
|
||||||
|
## [0.7.6] - 2021-10-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -18,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Xonsh: error messages in `zi`.
|
- Xonsh: error messages in `zi`.
|
||||||
- Xonsh: configuration environment variables not being handled correctly.
|
- Xonsh: configuration environment variables not being handled correctly.
|
||||||
|
|
||||||
## [0.7.5] - 2020-09-09
|
## [0.7.5] - 2021-09-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -35,13 +41,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Elvish: don't show traceback when `z` or `zi` fails.
|
- Elvish: don't show traceback when `z` or `zi` fails.
|
||||||
- Elvish: nested shells do not initialize correctly.
|
- Elvish: nested shells do not initialize correctly.
|
||||||
|
|
||||||
## [0.7.4] - 2020-08-15
|
## [0.7.4] - 2021-08-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Compile error with `clap v3.0.0-beta.4`.
|
- Compile error with `clap v3.0.0-beta.4`.
|
||||||
|
|
||||||
## [0.7.3] - 2020-08-05
|
## [0.7.3] - 2021-08-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -300,6 +306,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- GitHub Actions pipeline to build and upload releases.
|
- GitHub Actions pipeline to build and upload releases.
|
||||||
- Support for zsh.
|
- Support for zsh.
|
||||||
|
|
||||||
|
[0.7.7]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.6...v0.7.7
|
||||||
[0.7.6]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.5...v0.7.6
|
[0.7.6]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.5...v0.7.6
|
||||||
[0.7.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.4...v0.7.5
|
[0.7.5]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.4...v0.7.5
|
||||||
[0.7.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.3...v0.7.4
|
[0.7.4]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.3...v0.7.4
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -842,7 +842,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zoxide"
|
name = "zoxide"
|
||||||
version = "0.7.6"
|
version = "0.7.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"askama",
|
"askama",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zoxide"
|
name = "zoxide"
|
||||||
version = "0.7.6"
|
version = "0.7.7"
|
||||||
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A smarter cd command for your terminal"
|
description = "A smarter cd command for your terminal"
|
||||||
|
Loading…
Reference in New Issue
Block a user