Prepare 3.1.0 release

This commit is contained in:
Sebastian Schmidt 2019-03-28 15:42:11 +01:00
parent 17bedddb11
commit 862963d447
2 changed files with 12 additions and 1 deletions

View File

@ -14,6 +14,17 @@
### Deprecated
## [3.1.0](https://github.com/ISibboI/evalexpr/compare/3.0.0...3.1.0) - 2019-03-28
### Added
* Add serde support to `HashMapContext`
* Make `HashMapContext` derive default
### Changed
* Changed name of serde feature flag to `serde_support`
## [3.0.0](https://github.com/ISibboI/evalexpr/compare/2.0.0...3.0.0) - 2019-03-28
### Notes

View File

@ -1,6 +1,6 @@
[package]
name = "evalexpr"
version = "3.0.1-alpha.0"
version = "3.1.0-alpha.0"
description = "A powerful arithmetic and boolean expression evaluator"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"]