Skip to content

Commit

Permalink
Release packages (#1299)
Browse files Browse the repository at this point in the history
> [!IMPORTANT]
> Merging this pull request will create these releases

# knope 0.18.3 (2025-01-21)
## Fixes

- Improve error messages when GitHub releases fail

Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
  • Loading branch information
knope-bot-test[bot] authored Jan 21, 2025
1 parent 4cccaab commit 0289508
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The results are changes to the current directory, calls to external commands, an
Notably, anything written to standard output or standard error
(what you see in the terminal) is _not_ considered part of the public API and may change between any versions.

## 0.18.3 (2025-01-21)

### Fixes

- Improve error messages when GitHub releases fail

## 0.18.2 (2025-01-01)

### Fixes
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 crates/knope/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "knope"
description = "A command line tool for automating common development tasks"
version = "0.18.2"
version = "0.18.3"
authors = ["Dylan Anthony <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 0289508

Please sign in to comment.