-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 0.2.2 - 2022-07-22 | ||
|
||
### Added | ||
|
||
- Make it possible to configure protected branches, using `git config`. See `git-bonsai --help` for details. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,37 @@ | ||
# 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/), | ||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), | ||
and is generated by [Changie](https://github.com/miniscruff/changie). | ||
## 0.2.2 - 2022-07-22 | ||
|
||
### Added | ||
|
||
No releases yet, this file will be updated when generating your first release. | ||
- Make it possible to configure protected branches, using `git config`. See `git-bonsai --help` for details. | ||
|
||
# Changelog | ||
|
||
## 0.2.1 - 2021-05-25 | ||
|
||
### Changed | ||
|
||
- Internal: code is more Rust-like now (#4). | ||
- Internal: CI now checks formatting and runs clippy linter. | ||
|
||
### Fixed | ||
|
||
- git-bonsai no longer fails when a branch is checked out in a separate worktree. Worktree branches are just ignored (#5). | ||
|
||
## 0.2.0 - 2020-03-29 | ||
|
||
### Added | ||
|
||
- Added a --no-fetch option. | ||
- Implemented removal of identical branches. | ||
- Added integration tests. | ||
- The CI now builds git-bonsai on Windows and macOS. | ||
|
||
### Changed | ||
|
||
- Improved README. | ||
|
||
## 0.1.0 - 2020-03-22 | ||
|
||
First release. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "git-bonsai" | ||
version = "0.2.2-alpha" | ||
version = "0.2.2" | ||
authors = ["Aurélien Gâteau <[email protected]>"] | ||
edition = "2018" | ||
description = "Command-line tool to clean the branches of your git garden" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters