CHANGELOG.md in artemis-0.9.0 vs CHANGELOG.md in artemis-1.0.0
- old
+ new
@@ -1,14 +1,32 @@
-## v0.9.0
+## v1.0.0
+#### 🚨 Breaking Changes
+
+- Drop support for Ruby 2.6. For those of you looking to use Artemis on Ruby 2.6, please use the `artemis` version
+ `0.9.0` and the `graphql-client` version `0.17.0`.
+
+#### ⭐️ New Features
+
+- Add support for Ruby 3.3.
+- Add support for the latest versinos of the `graphql` gem.
+
+#### 🐞 Bug Fixes
+
+- No bug fixes.
+
+## [v0.9.0](https://github.com/yuki24/artemis/tree/v0.9.0)
+
+_<sup>released at 2023-09-18 01:08:34 UTC</sup>_
+
#### New Features
-- Rails 7.1.0.beta1 is now officially supported
+- Rails 7.1.0.beta1 is now officially supported ([<tt>f25ba29</tt>](https://github.com/yuki24/artemis/commit/f25ba296f15b26ffba7e4ec0f5b4cbeb061c97a1))
#### Fixes
-- Fixes an issue where `graphql` gem `2.1.0` may not work with `graphql-client` (`b144ee2f`)
+- Fixes an issue where `graphql` gem `2.1.0` may not work with `graphql-client` ([<tt>b144ee2</tt>](https://github.com/yuki24/artemis/commit/b144ee2fbca2c23b4aaed8236f6fc07f65d8239d))
## [v0.8.0](https://github.com/yuki24/artemis/tree/v0.8.0)
_<sup>released at 2023-01-05 05:29:37 UTC</sup>_
@@ -37,11 +55,10 @@
- Add support for Ruby 3.0 and Rails 6.0, 6.1
- Add the multi domain adapter ([<tt>744b8ea</tt>](https://github.com/yuki24/artemis/commit/744b8ea35795b4e6cc4fdc1ebb63dd9a4e9819f0))
#### Fixes
-- ~~Generate fixture YAML files on `rails g artemis:query queryName` ([#78](https://github.com/yuki24/artemis/pull/78))~~ Removed due to a bug for now.
- Address warnings from Ruby 2.7 ([<tt>408adcb</tt>](https://github.com/yuki24/artemis/commit/408adcb3f39912f7afb7b3690a52f1d593662b7b))
- Avoid crashing when config/graphql.yml does not exist ([@dlackty](https://github.com/dlackty), [#76](https://github.com/yuki24/artemis/pull/76))
## [v0.5.2](https://github.com/yuki24/artemis/tree/v0.5.2)
@@ -105,7 +122,7 @@
## [v0.1.0: First release!](https://github.com/yuki24/artemis/tree/v0.1.0)
_<sup>released at 2018-10-16 20:57:51 UTC</sup>_
-First release of Artemis! <g-emoji class="g-emoji" alias="tada" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f389.png">🎉</g-emoji>
+First release of Artemis! 🎉