# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.5.1] - 2024-11-08 ### Added - Bump version of cw-vault-standard ## [0.5.0] - 2014-05-17 ### Added - Update libs to support osmosis v25 ### Changed - Pass deps to validate in Config ## [0.4.1] - 2014-05-10 ### Added - Add InvalidPoolRoute error ## [0.4.0] - 2014-05-07 ### Change - Don't return Binary from queries ## [0.3.1] - 2014-05-01 ### Added - Add `ContractError::NotFound` ## [0.3.0] - 2014-04-30 ### Added - Add env to handle_update_config ## [0.2.1] - 2014-04-30 ### Added - Add `calculate_fee_rate_and_remainder` ## [0.2.0] - 2014-04-29 ### Added - Added Overflow error type ### Fixed - Fix yanked cw-vault-standard crate version ## [0.1.1] - 2014-04-25 ### Changed - Restore msg.rs ## [0.1.0] - 2014-04-25 ### Changed - Remove contract functions due to issues with generics and enums - Update rust toolchain to 1.77.2 ### Added - Add initial maths file ## [0.0.9] - 2014-04-15 ### Fixed - Fix open and paused check ## [0.0.8] - 2014-04-15 ### Changed - Add missing NotOpen error message ## [0.0.7] - 2014-04-15 ### Changed - Make migrate message generic ### Fixed - Add self to query ## [0.0.6] - 2014-04-13 ### Changed - Expose migrate and queries ## [0.0.5] - 2014-04-12 ### Changed - Correct unpause message name ## [0.0.4] - 2014-04-05 ### Added - Extend error message ## [0.0.3] - 2014-04-05 ### Added - Support generic intstantiation ## [0.0.2] - 2014-03-20 ### Fixed - Set publish to true in Cargo.toml ## [0.0.1] - 2014-03-20 ### Added - Initial release [0.0.1]: https://github.com/margined-protocol/vaultenator/releases/tag/0.0.1 [0.0.2]: https://github.com/margined-protocol/vaultenator/0.0.1...0.0.2 [0.0.3]: https://github.com/margined-protocol/vaultenator/0.0.2...0.0.3 [0.0.4]: https://github.com/margined-protocol/vaultenator/0.0.3...0.0.4 [0.0.5]: https://github.com/margined-protocol/vaultenator/0.0.4...0.0.5 [0.0.6]: https://github.com/margined-protocol/vaultenator/0.0.5...0.0.6 [0.0.7]: https://github.com/margined-protocol/vaultenator/0.0.6...0.0.7 [0.0.8]: https://github.com/margined-protocol/vaultenator/0.0.7...0.0.8 [0.0.9]: https://github.com/margined-protocol/vaultenator/0.0.8...0.0.9 [0.1.0]: https://github.com/margined-protocol/vaultenator/0.0.9...0.1.0 [0.1.1]: https://github.com/margined-protocol/vaultenator/0.1.0...0.1.1 [0.2.0]: https://github.com/margined-protocol/vaultenator/0.1.1...0.2.0 [0.2.1]: https://github.com/margined-protocol/vaultenator/0.2.0...0.2.1 [0.3.0]: https://github.com/margined-protocol/vaultenator/0.2.1...0.3.0 [0.3.1]: https://github.com/margined-protocol/vaultenator/0.3.0...0.3.1 [0.4.0]: https://github.com/margined-protocol/vaultenator/0.3.1...0.4.0 [0.4.1]: https://github.com/margined-protocol/vaultenator/0.4.0...0.4.1 [0.5.0]: https://github.com/margined-protocol/vaultenator/0.4.1...0.5.0