Skip to content

Commit

Permalink
chore(git-workspace): Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Sep 9, 2020
1 parent e47cddd commit b1ff0c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.8.0] - 2020-09-09
## [0.7.0] - 2020-07-20
## [0.6.1] - 2020-05-12
## [0.6.0] - 2020-05-03
Expand All @@ -18,7 +19,8 @@
- Removed cookie support from ureq.

<!-- next-url -->
[Unreleased]: https://github.com/orf/git-workspace/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/orf/git-workspace/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/orf/git-workspace/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/orf/git-workspace/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/orf/git-workspace/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/orf/git-workspace/compare/v0.5.1...v0.6.0
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 = "git-workspace"
version = "0.7.0"
version = "0.8.0"
readme = "README.md"
repository = "https://github.com/orf/git-workspace"
authors = ["Tom Forbes <[email protected]>"]
Expand Down

0 comments on commit b1ff0c8

Please sign in to comment.