Skip to content

Commit a0d544a

Browse files
committed
Release v0.8.0
1 parent 89dbb1f commit a0d544a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.8.0] - 2021-12-25
1111

1212
### Added
1313

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

353+
[0.8.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.9...v0.8.0
353354
[0.7.9]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.8...v0.7.9
354355
[0.7.8]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.7...v0.7.8
355356
[0.7.7]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.6...v0.7.7

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
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "zoxide"
99
repository = "https://github.com/ajeetdsouza/zoxide"
1010
rust-version = "1.56"
11-
version = "0.7.9"
11+
version = "0.8.0"
1212

1313
[badges]
1414
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)