Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rfvgyhn committed Nov 17, 2021
1 parent 89756f9 commit b6dc20a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.2.0] - 2021-11-16

### New Features
- Show apps' installation state
Expand All @@ -9,9 +9,14 @@
- Parse names from registry, appinfo and shortcuts VDF files. No longer needs to make
any Steam API requests.

### Breaking Changes
- Replaced `--config-path` option with `--steam-path` option since multiple config files
are now parsed.

## [0.1.0] - 2021-11-01

Initial release

[unreleased]: https://github.com/rfvgyhn/proton-usage/compare/v0.1.0...HEAD
[unreleased]: https://github.com/rfvgyhn/proton-usage/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/rfvgyhn/proton-usage/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/rfvgyhn/proton-usage/compare/78210cf...v0.1.0
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,7 +1,7 @@
[package]
name = "proton-usage"
authors = [ "rfvgyhn" ]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Lists Steam applications that have specified a Steam Play compatibility tool"
homepage = "https://github.com/rfvgyhn/proton-usage"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ OPTIONS:
$ cd proton-usage
$ cargo build --release
$ ./target/release/proton-usage --version
proton-usage 0.1.0
proton-usage 0.2.0
```
## Preview
Expand Down

0 comments on commit b6dc20a

Please sign in to comment.