Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jun 9, 2019
1 parent 80b582e commit 38fced5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/udoprog/setmod/compare/0.3.3...master

## [0.3.3]

### Changed
- Installer can now successfully stop SetMod during upgrades.
- Fixed issue where non-mods cannot request songs without stream currency enabled even though `song/*/min-currency` was set to `0`.
- `song/*/max-duration` is not optional and unset by default, and can be deleted.

[Unreleased]: https://github.com/udoprog/setmod/compare/0.3.2...master
[0.3.3]: https://github.com/udoprog/setmod/compare/0.3.2...0.3.3

## [0.3.2]

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 bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setmod"
version = "0.3.2"
version = "0.3.3"
authors = ["John-John Tedro <udoprog@tedro.se>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 38fced5

Please sign in to comment.