Skip to content

Commit

Permalink
Release server 0.6.4 and cli 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riquito committed Jan 1, 2024
1 parent d9d621e commit 95b8ccd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 svanill-vault-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "svanill-vault-cli"
description = "A command line tool to access svanill-vault"
version = "0.1.0"
version = "0.1.1"
authors = ["Riccardo Attilio Galli <[email protected]>"]
edition = "2018"
repository = "https://github.com/svanill/svanill-vault-cli"
Expand Down
2 changes: 1 addition & 1 deletion svanill-vault-cli/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fn it_output_version() {

let assert = cmd.args(["-V"]).assert();

assert.success().stdout("svanill-vault-cli 0.1.0\n");
assert.success().stdout("svanill-vault-cli 0.1.1\n");
}

#[test]
Expand Down
8 changes: 8 additions & 0 deletions svanill-vault-server/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.4] - 2023-12-31
### Update dependencies, in particular most aws libraries are 1.x

## [0.6.3] - 2023-02-06
### Update various dependencies
### Slightly simplify tests
### Send extra info to sentry when we fail to parse the host

## [0.6.2] - 2022-09-02
### Update aws-sdk to 0.4.8
### Update internal dependencies
Expand Down
2 changes: 1 addition & 1 deletion svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "svanill-vault-server"
description = "svanill-vault, the server"
version = "0.6.2"
version = "0.6.4"
authors = ["Riccardo Attilio Galli <[email protected]>"]
repository = "https://github.com/svanill/svanill-vault-server"
edition = "2021"
Expand Down

0 comments on commit 95b8ccd

Please sign in to comment.