Skip to content

Commit 6d09a00

Browse files
committed
Update changelog for v2.0.0-beta.3
1 parent d8e4c0a commit 6d09a00

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.0.0-beta.3] 2022-08-28
4+
5+
### Added
6+
- Add install targets for `contrib/` directory.
7+
8+
### Changed
9+
- Use `git` executable instead of `libgit2` for all status and index
10+
operations to improve compatibility with sparse index checkouts
11+
(#195).
12+
- Show commit hash in `stg version` output when not built from tag.
13+
- Use `cargo --locked` consistently in Makefiles.
14+
- Use "patch" extension in temp file name when editing a patch with a
15+
diff.
16+
- Updated transient dependencies in Cargo.lock.
17+
18+
### Fixed
19+
- Repair `stg branch --describe` panic when run without arguments
20+
- Repair zsh completions for `git branch`
21+
- Repair `stgit.el` to use compatible `stg show` commands (#202).
22+
- Repair `stg uncommit --to` to work with annotated tags (#203).
23+
- Repair `make install` to not install cargo tracking files.
24+
25+
326
## [2.0.0-beta.2] 2022-08-05
427

528
### Changed

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 = "stgit"
3-
version = "2.0.0-beta.2"
3+
version = "2.0.0-beta.3"
44
edition = "2021"
55
authors = [
66
"Catalin Marinas <[email protected]>",

0 commit comments

Comments
 (0)