Skip to content

Commit 4fb5620

Browse files
Merge pull request #673 from gowthamsk-arm/update_changelog
Update changelog and crate version
2 parents f7eda93 + bb904ad commit 4fb5620

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,42 @@
11
# Changelog
22

3-
## [1.1.0](https://github.com/parallaxsecond/parsec/tree/1.1.0) (2022-09-13)
4-
### [1.1.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.1.0-rc2) (2022-09-13)
3+
## [1.2.0](https://github.com/parallaxsecond/parsec/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.2.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Parsec 1.1 fails to build with meta-security master branch [\#663](https://github.com/parallaxsecond/parsec/issues/663)
10+
11+
## [1.2.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.2.0-rc1) (2023-03-21)
12+
13+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0...1.2.0-rc1)
14+
15+
**Closed issues:**
16+
17+
- Parsec fails to compile for arm32 [\#647](https://github.com/parallaxsecond/parsec/issues/647)
18+
19+
**Merged pull requests:**
20+
21+
- Update crates [\#671](https://github.com/parallaxsecond/parsec/pull/671) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
22+
- Update rusqlite to fix security issue [\#662](https://github.com/parallaxsecond/parsec/pull/662) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
23+
- Update MSRV to 1.58 [\#661](https://github.com/parallaxsecond/parsec/pull/661) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
24+
- Remove dependency on crate "version" [\#657](https://github.com/parallaxsecond/parsec/pull/657) ([ema](https://github.com/ema))
25+
- Update TPM TCTI configuration docs [\#656](https://github.com/parallaxsecond/parsec/pull/656) ([paulhowardarm](https://github.com/paulhowardarm))
26+
- Add support for a Quickstart Docker image [\#654](https://github.com/parallaxsecond/parsec/pull/654) ([dennisgove](https://github.com/dennisgove))
27+
- Update to remove const\_err [\#653](https://github.com/parallaxsecond/parsec/pull/653) ([marcsvll](https://github.com/marcsvll))
28+
- Fix Clippy warnings for rustc version 1.65 [\#652](https://github.com/parallaxsecond/parsec/pull/652) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm))
29+
- Bump sd-notify to 0.3.0 [\#651](https://github.com/parallaxsecond/parsec/pull/651) ([stevecapperarm](https://github.com/stevecapperarm))
30+
31+
## [1.1.0](https://github.com/parallaxsecond/parsec/tree/1.1.0) (2022-09-29)
32+
33+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0-rc2...1.1.0)
34+
35+
**Merged pull requests:**
36+
37+
- Release v1.1.0 Changelog [\#641](https://github.com/parallaxsecond/parsec/pull/641) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm))
38+
39+
## [1.1.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.1.0-rc2) (2022-09-13)
540

641
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.1.0-rc1...1.1.0-rc2)
742

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-service"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Parsec Project Contributors"]
55
description = "A language-agnostic API to secure services in a platform-agnostic way"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)