Skip to content

Commit 66da6b0

Browse files
authored
chore: release (#7)
1 parent ccd2b17 commit 66da6b0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3](https://github.com/graysonarts/git-superprune/compare/v0.1.2...v0.1.3) - 2024-07-18
10+
11+
### Other
12+
- Add .envrc to gitignore ([#5](https://github.com/graysonarts/git-superprune/pull/5))
13+
- Audit Dependencies and Add Deny config ([#4](https://github.com/graysonarts/git-superprune/pull/4))
14+
- CircleCI setup ([#3](https://github.com/graysonarts/git-superprune/pull/3))
15+
916
## [0.1.2](https://github.com/graysonarts/git-superprune/compare/v0.1.1...v0.1.2) - 2024-06-17
1017

1118
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-superprune"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "MIT"
66
description = "A tool to prune merged remote branches from the local repository."

0 commit comments

Comments
 (0)