Skip to content

Commit 1dc8109

Browse files
authored
Merge pull request #93 from gowthamsk-arm/update_changelog
Create 0.5.4 point release
2 parents 24c53dd + b57bac6 commit 1dc8109

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.4](https://github.com/parallaxsecond/parsec-tool/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.5.3...HEAD)
6+
7+
**Closed issues:**
8+
9+
- parsec-cli-tests.sh incorrectly fails with openssl 3.0.5 [\#90](https://github.com/parallaxsecond/parsec-tool/issues/90)
10+
11+
**Merged pull requests:**
12+
13+
- Make RSA key string generic [\#92](https://github.com/parallaxsecond/parsec-tool/pull/92) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
14+
315
## [0.5.3](https://github.com/parallaxsecond/parsec-tool/tree/0.5.3) (2022-09-12)
416

517
[Full Changelog](https://github.com/parallaxsecond/parsec-tool/compare/0.5.2...0.5.3)
@@ -11,6 +23,7 @@
1123

1224
**Merged pull requests:**
1325

26+
- Update Chanege log for the release 0.5.3 [\#89](https://github.com/parallaxsecond/parsec-tool/pull/89) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm))
1427
- Release prep 0.5.3 [\#88](https://github.com/parallaxsecond/parsec-tool/pull/88) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm))
1528
- Support a 'bits' argument for specifying the size/strength of RSA keys. [\#86](https://github.com/parallaxsecond/parsec-tool/pull/86) ([paulhowardarm](https://github.com/paulhowardarm))
1629
- Support serialNumber field of Distinguished Name for CSRs. [\#85](https://github.com/parallaxsecond/parsec-tool/pull/85) ([paulhowardarm](https://github.com/paulhowardarm))

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-tool"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Contributors to the Parsec project"]
55
description = "Parsec Command Line Interface"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)