Skip to content

Commit

Permalink
chore: release (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 30, 2024
1 parent f4575c4 commit 503bf8a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/jdrouet/git-metrics/compare/v0.1.4...v0.2.0) - 2024-06-30

### Added
- [**breaking**] hide previous metrics by default and add option ([#43](https://github.com/jdrouet/git-metrics/pull/43))

### Other
- add image to readme
- update readme to display report
- extract build workflow ([#41](https://github.com/jdrouet/git-metrics/pull/41))
- fix commit lint rules
- Add the repository field to Cargo.toml ([#39](https://github.com/jdrouet/git-metrics/pull/39))
- update condition for triggering deployment

## [0.1.4](https://github.com/jdrouet/git-metrics/compare/v0.1.3...v0.1.4) - 2024-06-19

### 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
Expand Up @@ -3,7 +3,7 @@ name = "git-metrics"
description = "A git extension to store metrics directly in git, using the notes."
authors = ["Jeremie Drouet <[email protected]>"]
license = "MIT"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/jdrouet/git-metrics"

Expand Down

0 comments on commit 503bf8a

Please sign in to comment.