Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: mise-en-dev <[email protected]>
  • Loading branch information
mise-en-dev committed Mar 16, 2024
1 parent 4faa619 commit 0508080
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/jdx/usage/releases/tag/v${version}) - 2024-03-16

### Fixed
- *(deps)* update rust crate heck to v0.5.0 ([#30](https://github.com/jdx/usage/pull/30))

### Other
- move usage-lib into its own dir
- cargo update
- added author field
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.1.9"
version = "0.2.0"
homepage = "https://usage.jdx.dev"
documentation = "https://github.com/jdx/usage"
authors = ["Jeff Dickey @jdx"]
Expand Down

0 comments on commit 0508080

Please sign in to comment.