Skip to content

Commit

Permalink
chore: release v3.2.0 (#133)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `koji`: 3.1.0 -> 3.2.0 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[3.2.0](v3.1.0...v3.2.0) -
2025-01-21

### Added

- *(args)* adding 'stdout' flag (#129)

### Changed

- *(deps)* update rust crate dirs to v6 (#132)
- update all non-major dependencies (#130)
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 9d4349f commit dfea92f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## [3.2.0](https://github.com/cococonscious/koji/compare/v3.1.0...v3.2.0) - 2025-01-21

### Added

- *(args)* adding 'stdout' flag (#129)

### Changed

- *(deps)* update rust crate dirs to v6 (#132)
- update all non-major dependencies (#130)

## [3.1.0](https://github.com/cococonscious/koji/compare/v3.0.0...v3.1.0) - 2025-01-06

### Added
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 = "koji"
version = "3.1.0"
version = "3.2.0"
edition = "2021"
authors = [
"Finley Thomalla <[email protected]>",
Expand Down

0 comments on commit dfea92f

Please sign in to comment.