Skip to content

Commit

Permalink
releng 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Jan 9, 2025
1 parent b63e147 commit 0def3d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.0

- agent: Ensure runtime_dir (to create a socket) is only writable by owner (0700) https://github.com/sorah/mairu/pull/19

### Breaking changes

- Agent socket location is changed to state_dir `~/.local/state/mairu/run` on platforms without XDG_RUNTIME_DIR (e.g. macOS)

## 0.2.0

- Fix crash on macOS https://github.com/sorah/mairu/pull/14
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mairu"
version = "0.2.0"
version = "0.3.0"
authors = ["Sorah Fukumori <[email protected]>"]
description = "on-memory AWS credentials agent and executor"
keywords = ["aws", "security", "cli"]
Expand Down

0 comments on commit 0def3d0

Please sign in to comment.