Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Publish v0.13.2
Browse files Browse the repository at this point in the history
Publish v0.13.2
  • Loading branch information
distransient committed Oct 4, 2019
2 parents 3c0563c + ab71ee0 commit ecc2c59
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amethyst"
version = "0.13.1"
version = "0.13.2"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
edition = "2018"
description = "Data-oriented game engine written in Rust"
Expand Down Expand Up @@ -118,7 +118,7 @@ amethyst_controls = { path = "amethyst_controls", version = "0.7.0" }
amethyst_derive = { path = "amethyst_derive", version = "0.6.1" }
amethyst_gltf = { path = "amethyst_gltf", version = "0.8.1", optional = true }
amethyst_network = { path = "amethyst_network", version = "0.6.1", optional = true }
amethyst_locale = { path = "amethyst_locale", version = "0.7.1", optional = true }
amethyst_locale = { path = "amethyst_locale", version = "0.7.2", optional = true }
amethyst_rendy = { path = "amethyst_rendy", version = "0.3.0", features = ["window"], optional = true }
amethyst_input = { path = "amethyst_input", version = "0.9.1" }
amethyst_ui = { path = "amethyst_ui", version = "0.8.1" }
Expand Down
2 changes: 1 addition & 1 deletion amethyst_locale/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amethyst_locale"
version = "0.7.1"
version = "0.7.2"
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
readme = "README.md"
edition = "2018"
Expand Down
11 changes: 10 additions & 1 deletion docs/CHANGELOG.md
Expand Up @@ -22,6 +22,14 @@ The format is based on [Keep a Changelog][kc], and this project adheres to

### Security

## [0.13.2] - 2019-10-4

### Fixed

* Fix fluent and unic-langid alignment ([#1966])

[#1966]: https://github.com/amethyst/amethyst/pull/1966

## [0.13.1] - 2019-10-3

### Added
Expand Down Expand Up @@ -1046,7 +1054,8 @@ extra bounds from `AnimatablePrefab` and `AnimationSetPrefab` ([#1435])

* Initial release

[Unreleased]: https://github.com/amethyst/amethyst/compare/v0.13.1...HEAD
[Unreleased]: https://github.com/amethyst/amethyst/compare/v0.13.2...HEAD
[0.13.1]: https://github.com/amethyst/amethyst/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/amethyst/amethyst/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/amethyst/amethyst/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/amethyst/amethyst/compare/v0.11.0...v0.12.0
Expand Down

0 comments on commit ecc2c59

Please sign in to comment.