Update versions and changelog for v1.3.0

This commit is contained in:
Oliver Hamlet
2019-04-07 12:25:40 +01:00
parent f039ba397f
commit 2e05117b61
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.3.0] - 2019-04-07
### Added
- Support for Morrowind using ``GameType::tes3``.
## [1.2.2] - 2019-01-26 ## [1.2.2] - 2019-01-26
### Fixed ### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter" name = "loot-condition-interpreter"
version = "1.2.2" version = "1.3.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "loot-condition-interpreter-ffi" name = "loot-condition-interpreter-ffi"
version = "1.2.2" version = "1.3.0"
authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"] authors = ["Oliver Hamlet <oliver.hamlet@gmail.com>"]
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"