Skip to content

Commit

Permalink
💎 Firm 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abbec committed Dec 17, 2021
1 parent 4e74957 commit f153955
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2021-12-17
### Added
- Release shell reports success.

### Fixed
- The release shell's makeRelease now uses the provided github token correctly.
- Avery, Lomax, Quinn and Bendini having wrong versions in Cargo.toml.
- Fixed 2.0.0 changelog.
- avery: The generated keys used a hash of the DER format but when the key is saved and
later read from disk it uses the PEM format, causing a hash mismatch. This changes the
hash to avery: always use the PEM variant.

### Packages
- avery: 2.0.1
- bendini: 2.0.0
- firmRust: 1.0.0
- firmTypes-python: 1.0.0
- firmTypes-rust-withServices, firmTypes-rust-withoutServices: 1.0.0
- lomax: 2.0.0
- protocols-withServices-python, protocols-withServices-rust, protocols-withoutServices-python, protocols-withoutServices-rust: 2.0.0
- quinn: 2.0.0
- tonicMiddleware: 1.0.0
- windowsInstaller: 0.1.1

## [2.0.0] - 2021-12-16
### Packages
Expand Down
2 changes: 1 addition & 1 deletion project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
in
nedryland.mkProject rec {
name = "firm";
version = "2.0.0";
version = "2.0.1";
baseExtensions = [
./extensions/nedryland/function.nix
./extensions/nedryland/runtime.nix
Expand Down
3 changes: 2 additions & 1 deletion services/avery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2021-12-17

### Fixed
- The generated keys used a hash of the DER format but when the key is saved and later
read from disk it uses the PEM format, causing a hash mismatch. This changes the hash to
always use the PEM variant.


## [2.0.0] - 2021-12-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion services/avery/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 services/avery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avery"
version = "2.0.0"
version = "2.0.1"
authors = ["GBK Pipeline Team <pipeline@goodbyekansas.com>"]
edition = "2021"

Expand Down

0 comments on commit f153955

Please sign in to comment.