Skip to content

Commit ed9b29a

Browse files
0.4.1 CHANGELOG [skip ci]
## [0.4.1](v0.4.0...v0.4.1) (2025-03-21) ### Bug Fixes * `register_parameter_parser` overiding custom config ([#109](#109)) ([a135bfa](a135bfa)) * Add basic column type conversion. ([#83](#83)) ([e5bbc92](e5bbc92)) * Add condition to check RSpec availability in install generator ([#63](#63)) ([13895d9](13895d9)) * rspec double was leaking across tests ([#105](#105)) ([b38faf2](b38faf2)) * Stringify path if Rails version > 7 ([#107](#107)) ([47d356c](47d356c))
1 parent 060ac7e commit ed9b29a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
graphiti-rails changelog
2+
3+
## [0.4.1](https://github.com/graphiti-api/graphiti-rails/compare/v0.4.0...v0.4.1) (2025-03-21)
4+
5+
6+
### Bug Fixes
7+
8+
* `register_parameter_parser` overiding custom config ([#109](https://github.com/graphiti-api/graphiti-rails/issues/109)) ([a135bfa](https://github.com/graphiti-api/graphiti-rails/commit/a135bfa7729b921cf57563916567e272237b6b1f))
9+
* Add basic column type conversion. ([#83](https://github.com/graphiti-api/graphiti-rails/issues/83)) ([e5bbc92](https://github.com/graphiti-api/graphiti-rails/commit/e5bbc92335376311f02af71d0db3ddc13bdd1ad9))
10+
* Add condition to check RSpec availability in install generator ([#63](https://github.com/graphiti-api/graphiti-rails/issues/63)) ([13895d9](https://github.com/graphiti-api/graphiti-rails/commit/13895d98f8784f5552256840fd44caaa80c4717b))
11+
* rspec double was leaking across tests ([#105](https://github.com/graphiti-api/graphiti-rails/issues/105)) ([b38faf2](https://github.com/graphiti-api/graphiti-rails/commit/b38faf2a02bd9e5e91e9014ca060092d7398b47d))
12+
* Stringify path if Rails version > 7 ([#107](https://github.com/graphiti-api/graphiti-rails/issues/107)) ([47d356c](https://github.com/graphiti-api/graphiti-rails/commit/47d356c23c3d800e83236227a6684fc40af360af))
13+
114
# Changelog
215

316
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)