Skip to content

Commit 623d6c7

Browse files
authored
Release v0.7.0 (#85)
1 parent 584cd4c commit 623d6c7

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

.changes/unreleased/Added-20230705-054852.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20230422-151039.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.7.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.7.0 - 2023-07-05
2+
### Added
3+
- Support core.commentChar during restacking.
4+
### Changed
5+
- Relicense to GPL-2.0.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.7.0 - 2023-07-05
9+
### Added
10+
- Support core.commentChar during restacking.
11+
### Changed
12+
- Relicense to GPL-2.0.
13+
814
## v0.6.1 (2022-11-07)
915
### Fixed
1016
- Linux binaries should be statically linked.

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 = "restack"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "Teaches git rebase --interactive about your branches."
66
homepage = "https://github.com/abhinav/restack"

0 commit comments

Comments
 (0)