Skip to content

Commit

Permalink
💎 Firm version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrainerson committed Oct 21, 2021
1 parent 5be0df4 commit b636bd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2021-10-21
### Packages
- avery: 1.2.1
- bendini: 1.0.0
- firmRust: 1.0.0
- firmTypes-python: 1.0.0
- firmTypes-rust-withServices, firmTypes-rust-withoutServices: 1.0.0
- lomax: 1.0.1
- protocols-withServices-python, protocols-withServices-rust, protocols-withoutServices-python, protocols-withoutServices-rust: 1.0.0
- quinn: 1.0.0
- tonicMiddleware: 1.0.0
- windowsEvents: 0.1.0
- windowsInstaller: 0.1.1

### Fixed
- avery: Restrict permissions on named pipes. Before System, admins and user had RW. Everyone and anonymous users had R. Now only system user and user has RW.

## [1.2.0] - 2021-09-15
### Packages
- avery: 1.2.0
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 = "1.2.0";
version = "1.2.1";
baseExtensions = [
./extensions/nedryland/function.nix
./extensions/nedryland/runtime.nix
Expand Down
2 changes: 2 additions & 0 deletions services/avery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2021-10-21

### Fixed
- Restrict permissions on named pipes. Before System, admins and user had RW. Everyone and anonymous users had R. Now only system user and user has RW.

Expand Down

0 comments on commit b636bd2

Please sign in to comment.