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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/stefreak/nut/compare/v0.3.1...v0.4.0) - 2026-01-07

### <!-- 0 -->New features

- [**breaking**] Require workspace_dir configuration, keep cache at platform-specific location ([#47](https://github.com/stefreak/nut/pull/47))

### <!-- 4 -->Miscellaneous

- *(deps)* bump clap from 4.5.53 to 4.5.54 ([#57](https://github.com/stefreak/nut/pull/57))
- *(deps)* bump octocrab from 0.49.4 to 0.49.5 ([#56](https://github.com/stefreak/nut/pull/56))
- *(deps)* bump tokio from 1.48.0 to 1.49.0 ([#58](https://github.com/stefreak/nut/pull/58))
- *(deps)* bump rsa in the cargo group across 1 directory ([#59](https://github.com/stefreak/nut/pull/59))
- *(deps)* bump serde_json from 1.0.146 to 1.0.148 ([#54](https://github.com/stefreak/nut/pull/54))
- *(deps)* bump config from 0.14.1 to 0.15.19 ([#53](https://github.com/stefreak/nut/pull/53))
- suppress unused_assignments lint in error.rs ([#48](https://github.com/stefreak/nut/pull/48))

## [0.3.1](https://github.com/stefreak/nut/compare/v0.3.0...v0.3.1) - 2025-12-06

### <!-- 2 -->Performance
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 = "nut-workspace"
version = "0.3.1"
version = "0.4.0"
edition = "2024"
description = "A workspace manager for working with multiple GitHub repositories simultaneously."
license-file = "LICENSE.md"
Expand Down