Skip to content

Commit 02c7ed8

Browse files
committed
update-changelog
1 parent 871d168 commit 02c7ed8

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.0-beta.1] 2022-07-28
4+
5+
### Removed
6+
- Removed Python implementation of StGit.
7+
8+
### Added
9+
- Man page generation in asciidoc format with `stg completion man`. This
10+
was needed for feature parity with the Python implementation.
11+
- Added documentation for patch range syntax to stg(1) man page.
12+
- Added `install-all` target to top-level Makefile that installs the
13+
executable, man pages, html pages, and shell completions.
14+
15+
### Changed
16+
- Additional template search paths were added. In addition to looking
17+
for template files in .git/, also look in
18+
`$XDG_CONFIG_HOME/stgit/templates/` and `$HOME/.stgit/templates`. This
19+
search strategy is consistent with how git looks for the global config
20+
file.
21+
- Makefile targets are updated such that they are all applicable to the
22+
Rust implementation.
23+
- Argument value names are now all lowercase in help and man pages.
24+
- Updated Cargo.lock with latest versions of dependencies.
25+
- Release checklist is updated for Rust implementation.
26+
27+
### Fixed
28+
- Minor typo fixes in help strings
29+
- Improved documentation for top-level `stg` options.
30+
- Improve error message in edge case of attempting to push a hidden
31+
patch by name when there are no unapplied patches.
32+
33+
334
## [2.0.0-alpha.2] 2022-07-07
435

536
### Added

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

0 commit comments

Comments
 (0)