Skip to content

Commit 4414898

Browse files
committed
Release v0.3.1
1 parent 0155812 commit 4414898

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [0.3.1] - 2020-04-03
99

1010
### Added
1111

@@ -98,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9898
- GitHub Actions pipeline to build and upload releases.
9999
- Support for the `zsh` shell.
100100

101+
[0.3.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.3.0...v0.3.1
101102
[0.3.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.2.2...v0.3.0
102103
[0.2.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.2.1...v0.2.2
103104
[0.2.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.2.0...v0.2.1

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zoxide"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Ajeet D'Souza <[email protected]>"]
55
description = "A cd command that learns your habits"
66
repository = "https://github.com/ajeetdsouza/zoxide/"
@@ -13,7 +13,7 @@ license = "MIT"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
anyhow = "1.0.27"
16+
anyhow = "1.0.28"
1717
bincode = "1.2.1"
1818
clap = "2.33.0"
1919
dirs = "2.0.2"

0 commit comments

Comments
 (0)