CHANGELOG.md in smart_initializer-0.4.0 vs CHANGELOG.md in smart_initializer-0.5.0
- old
+ new
@@ -1,12 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [0.4.0] - 2020-01-18
+## [0.5.0] - 2021-01-18
+## Changed
+- Updated `smart_types` dependency (`~> 0.4.0`) to guarantee **Ruby@3** compatibility;
+
+## [0.4.0] - 2021-01-18
### Added
-- Attribue Definition DSL
- - Support for specifying the attribute accessor type (`read_only` parameter);
- - Support for attribute aliasing (`as` parameter);
- Support for **Ruby 3**;
### Changed
- Moved from `TravisCI` to nothing (todo: migrate to `GitHub Actions`).
Temporary: we must run test cases locally.