Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parallaxsecond/parsec-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0-rc2
Choose a base ref
...
head repository: parallaxsecond/parsec-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 4, 2023

  1. Update changelog

    Signed-off-by: Gowtham Suresh Kumar <[email protected]>
    gowthamsk-arm committed Apr 4, 2023
    Copy the full SHA
    4b90b59 View commit details
  2. Update crate version

    Signed-off-by: Gowtham Suresh Kumar <[email protected]>
    gowthamsk-arm committed Apr 4, 2023
    Copy the full SHA
    d733ee4 View commit details

Commits on Apr 5, 2023

  1. Merge pull request #100 from gowthamsk-arm/update_changelog

    Update changelog and crate version
    gowthamsk-arm authored Apr 5, 2023
    Copy the full SHA
    9f806db View commit details
Showing with 28 additions and 4 deletions.
  1. +26 −2 CHANGELOG.md
  2. +1 −1 Cargo.lock
  3. +1 −1 Cargo.toml
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
# Changelog

## [0.5.4](https://github.com/parallaxsecond/parsec-tool/tree/HEAD)
## [0.6.0](https://github.com/parallaxsecond/parsec-tool/tree/0.6.0) (2023-03-27)

[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.5.3...HEAD)
[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.6.0-rc2...0.6.0)

## [0.6.0-rc2](https://github.com/parallaxsecond/parsec-tool/tree/0.6.0-rc2) (2023-03-27)

[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.6.0-rc1...0.6.0-rc2)

**Merged pull requests:**

- Align crates version with parsec-service [\#99](https://github.com/parallaxsecond/parsec-tool/pull/99) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Fix nightly CI and update lock [\#98](https://github.com/parallaxsecond/parsec-tool/pull/98) ([gowthamsk-arm](https://github.com/gowthamsk-arm))

## [0.6.0-rc1](https://github.com/parallaxsecond/parsec-tool/tree/0.6.0-rc1) (2023-03-15)

[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.5.4...0.6.0-rc1)

**Merged pull requests:**

- Bump parsec-client [\#97](https://github.com/parallaxsecond/parsec-tool/pull/97) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Add support for RSA OAEP into parsec-tool and parsec-cli-tests.sh [\#96](https://github.com/parallaxsecond/parsec-tool/pull/96) ([anta5010](https://github.com/anta5010))
- Update lib.rs to remove const\_err [\#95](https://github.com/parallaxsecond/parsec-tool/pull/95) ([marcsvll](https://github.com/marcsvll))

## [0.5.4](https://github.com/parallaxsecond/parsec-tool/tree/0.5.4) (2022-10-12)

[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.5.3...0.5.4)

**Closed issues:**

- parsec-cli-tests.sh incorrectly fails with openssl 3.0.5 [\#90](https://github.com/parallaxsecond/parsec-tool/issues/90)

**Merged pull requests:**

- Create 0.5.4 point release [\#93](https://github.com/parallaxsecond/parsec-tool/pull/93) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
- Make RSA key string generic [\#92](https://github.com/parallaxsecond/parsec-tool/pull/92) ([gowthamsk-arm](https://github.com/gowthamsk-arm))

## [0.5.3](https://github.com/parallaxsecond/parsec-tool/tree/0.5.3) (2022-09-12)
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 = "parsec-tool"
version = "0.5.4"
version = "0.6.0"
authors = ["Contributors to the Parsec project"]
description = "Parsec Command Line Interface"
license = "Apache-2.0"