Skip to content

Commit

Permalink
chore: Update changelog for v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Oct 24, 2022
1 parent 69626af commit 1a46d8a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.0.0-rc.2] 2022-10-23

### Changed
- The `--diff-opts` option is renamed to `--diff-opt`. `--diff-opts`
remains available as an alias.
- The `--diff-opt` option no longer allows multiple git options per
occurrence. This allows git diff options with spaces in their values.
- The `--git-opts` option for `stg email format` and `stg email send` is
renamed `--git-opt`.
- The `--git-opt` option no longer allows multiple git options per
occurrence. This allows git options with spaces in their values.
- Zsh completion for `--diff-opt` and `--git-opt` leverage the
full-featured git completion capability.

### Fixed
- Repair check for modifications to stack by external tools.
- `stg pull` and `stg rebase` record updated stack state instead of
deferring until the next stack-modifying command to do so.
- Improve patch appliction with `git apply --3way` when pushing` (#225)
- Zsh completion for `--diff-opt` accommodates multiple occurrences


## [2.0.0-rc.1] 2022-09-30

### 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
@@ -1,6 +1,6 @@
[package]
name = "stgit"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
edition = "2021"
rust-version = "1.63.0"
authors = [
Expand Down

0 comments on commit 1a46d8a

Please sign in to comment.