|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v4.6.0](https://github.com/drwl/annotaterb/tree/v4.6.0) (2024-02-27) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/drwl/annotaterb/compare/v4.5.0...v4.6.0) |
| 6 | + |
| 7 | +Adds two big changes: Fix annotations swallowing comments [\#72](https://github.com/drwl/annotaterb/pull/72) and |
| 8 | +Add Zeitwerk support [\#85](https://github.com/drwl/annotaterb/pull/85). |
| 9 | +Please report any issues you encounter. |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Add support for `data_migrate` gem [\#89](https://github.com/drwl/annotaterb/issues/89) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- Bump version to v4.6.0 [\#95](https://github.com/drwl/annotaterb/pull/95) ([drwl](https://github.com/drwl)) |
| 18 | +- Add support for parsing RSpec files [\#94](https://github.com/drwl/annotaterb/pull/94) ([drwl](https://github.com/drwl)) |
| 19 | +- Add support for model name without namespace in resolver [\#93](https://github.com/drwl/annotaterb/pull/93) ([drwl](https://github.com/drwl)) |
| 20 | +- Fixes for `RelatedFilesListBuilder` [\#92](https://github.com/drwl/annotaterb/pull/92) ([drwl](https://github.com/drwl)) |
| 21 | +- Refactor `AnnotatedFile` classes [\#91](https://github.com/drwl/annotaterb/pull/91) ([drwl](https://github.com/drwl)) |
| 22 | +- Add support for data\_migrate gem [\#90](https://github.com/drwl/annotaterb/pull/90) ([cmer](https://github.com/cmer)) |
| 23 | +- Support non-model files in `CustomParser` [\#88](https://github.com/drwl/annotaterb/pull/88) ([drwl](https://github.com/drwl)) |
| 24 | +- Fix flakey integration test [\#87](https://github.com/drwl/annotaterb/pull/87) ([drwl](https://github.com/drwl)) |
| 25 | +- Improve integration tests [\#86](https://github.com/drwl/annotaterb/pull/86) ([drwl](https://github.com/drwl)) |
| 26 | +- Add Zeitwerk support [\#85](https://github.com/drwl/annotaterb/pull/85) ([drwl](https://github.com/drwl)) |
| 27 | +- Improve annotate after adding new migration integration test [\#84](https://github.com/drwl/annotaterb/pull/84) ([drwl](https://github.com/drwl)) |
| 28 | +- Add integration test using force [\#81](https://github.com/drwl/annotaterb/pull/81) ([drwl](https://github.com/drwl)) |
| 29 | +- Generate changelog for v4.5.0 [\#80](https://github.com/drwl/annotaterb/pull/80) ([drwl](https://github.com/drwl)) |
| 30 | +- Fix annotations swallowing comments [\#72](https://github.com/drwl/annotaterb/pull/72) ([drwl](https://github.com/drwl)) |
| 31 | + |
3 | 32 | ## [v4.5.0](https://github.com/drwl/annotaterb/tree/v4.5.0) (2024-02-08)
|
4 | 33 |
|
5 | 34 | [Full Changelog](https://github.com/drwl/annotaterb/compare/v4.4.1...v4.5.0)
|
|
0 commit comments