Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ outputs.json
python/crypteia/build
python/crypteia/src/*.egg-info
runteststest
awskeys.txt
.DS_Store
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.2.0] - 2026-06-04

### Changed

- Update Rust toolchain to 1.96
- Bump all Rust dependencies (anyhow, tokio, futures, aws-config, aws-sdk-ssm, libc, lazy_static, serde_json)

### Fixed

- ARM64 docker build missing `--platform` flag
- Amazon Linux 2 build: install pip and wheel

## [2.1.0] - 2025-12-02

### Added
Expand Down
Loading
Loading