CHANGELOG.md in rspec-scaffold-2.0.0 vs CHANGELOG.md in rspec-scaffold-2.0.1
- old
+ new
@@ -2,9 +2,16 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [2.0.1] - 2023-06-24
+- Drop `highline` dependency since it's not used anymore
+
+## [2.0.0] - 2023-06-24
+- Update this repo to work with ruby 2.7.8 (ryan throwing frozen error)
+- Release 2.0 finally so that readme matches default gem download
+
## [2.0.0.beta1] - 2017-05-12
### Added
- Convenience methods `RSpec::Scaffold.testify_file` and `RSpec::Scaffold.testify_text` which allow making scaffolds from within code.
- rspec-scaffold CLI