Skip to content

Commit

Permalink
release: 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Jan 26, 2023
2 parents 80abc23 + e6671e3 commit 3c3d056
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@



## [0.6.5](https://github.com/Blobfolio/argyle/releases/tag/v0.6.5) - 2023-01-26

### Changed

* Bump brunch `0.4`



## [0.6.4](https://github.com/Blobfolio/argyle/releases/tag/v0.6.4) - 2022-12-26

### New
Expand Down
4 changes: 2 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Dependencies
Package: argyle
Version: 0.6.4
Generated: 2022-12-27 04:12:55 UTC
Version: 0.6.5
Generated: 2023-01-26 17:17:22 UTC

This package has no dependencies.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argyle"
version = "0.6.4"
version = "0.6.5"
authors = ["Blobfolio, LLC. <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down Expand Up @@ -30,7 +30,7 @@ man-dir = "./"
credits-dir = "./"

[dev-dependencies]
brunch = "0.3.*"
brunch = "0.4.*"

[[bench]]
name = "fm_keykind"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn _main() -> Result<(), ArgyleError> {

See also: [CREDITS.md](CREDITS.md)

Copyright © 2022 [Blobfolio, LLC](https://blobfolio.com) &lt;[email protected]&gt;
Copyright © 2023 [Blobfolio, LLC](https://blobfolio.com) &lt;[email protected]&gt;

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2.

Expand Down
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pub enum ArgyleError {

/// Expected subcommand.
NoSubCmd,

/// Miscellaneous Silent Failure.
///
/// This has no corresponding error text, but does have its own exit code.
Expand Down

0 comments on commit 3c3d056

Please sign in to comment.