Skip to content

Commit 1d82990

Browse files
committed
Update changelog for 2.0.0-beta.2 release
1 parent 7377ba7 commit 1d82990

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.0-beta.2] 2022-08-05
4+
5+
### Changed
6+
- Improved error when push conflicts with untracked files (#193)
7+
- Removed a few transitive dependencies by turning-off features in bstr
8+
and chrono.
9+
- Update Cargo.lock with latest dependencies
10+
- Update to clap 3.2 and only use non-deprecated interfaces
11+
12+
### Fixed
13+
- Repair `stg spill` when spilling newly added files and using path
14+
limits.
15+
16+
317
## [2.0.0-beta.1] 2022-07-28
418

519
### Removed

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

0 commit comments

Comments
 (0)