Skip to content

Commit

Permalink
Bumps version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 14, 2021
1 parent 1112d82 commit 3bceeb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2021-08-15
## [0.1.1] - 2021-09-13

### Changed
- Fixes order of login messages

## [0.1.0] - 2021-09-11

### Added
- Initial release

[unreleased]: https://github.com/jmgilman/vssh/compare/v0.1.0...HEAD
[unreleased]: https://github.com/jmgilman/vssh/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/jmgilman/vssh/releases/tag/v0.1.1
[0.1.0]: https://github.com/jmgilman/vssh/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaultssh"
version = "0.1.0"
version = "0.1.1"
authors = ["Joshua Gilman <[email protected]>"]
description = "A small CLI wrapper for authenticating with SSH keys from Hashicorp Vault."
license = "MIT"
Expand Down

0 comments on commit 3bceeb4

Please sign in to comment.