Skip to content

Commit

Permalink
Update changelog for 2.0.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Aug 5, 2022
1 parent 7377ba7 commit 1d82990
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0-beta.2] 2022-08-05

### Changed
- Improved error when push conflicts with untracked files (#193)
- Removed a few transitive dependencies by turning-off features in bstr
and chrono.
- Update Cargo.lock with latest dependencies
- Update to clap 3.2 and only use non-deprecated interfaces

### Fixed
- Repair `stg spill` when spilling newly added files and using path
limits.


## [2.0.0-beta.1] 2022-07-28

### Removed
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-beta.1"
version = "2.0.0-beta.2"
edition = "2021"
authors = [
"Catalin Marinas <catalin.marinas@gmail.com>",
Expand Down

0 comments on commit 1d82990

Please sign in to comment.