From 388e1303d1e86c5fc5d1df776905f3d67e26be77 Mon Sep 17 00:00:00 2001 From: Enrique Esquinas Date: Thu, 20 Jun 2024 15:55:03 +0200 Subject: [PATCH] feat: remove virtus dependency (#35) * chore(master): release 4.0.0 (#20) * docs: Fix changelog to start using automatic releases * chore(master): release 4.0.0 * chore(master): release 4.0.0 --------- Co-authored-by: Enrique Esquinas Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat: remove virtus dependency * fix: release-please workflow --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b3121..8b9414f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## [4.0.0](https://github.com/sequra/norma43_parser/compare/3.0.0...v4.0.0) (2024-06-18) - ### ⚠ BREAKING CHANGES * Drop Ruby support below 3 @@ -9,14 +8,6 @@ * Get IBANs from account instances ([#15](https://github.com/sequra/norma43_parser/issues/15)) ([c69d162](https://github.com/sequra/norma43_parser/commit/c69d162361b188f2b2d904b1958e3108be9a3939)) - -## [4.0.0](https://github.com/sequra/norma43_parser/compare/3.0.0...v4.0.0) (2024-06-20) - - -### Features - -* get IBANs from account instances ([#15](https://github.com/sequra/norma43_parser/issues/15)) ([#29](https://github.com/sequra/norma43_parser/issues/29)) ([05faefc](https://github.com/sequra/norma43_parser/commit/05faefc0a15d580a981224f3501fb4610c2edbdd)) - ## v3.0.0 (2021-12-15) ### Breaking Changes @@ -35,7 +26,6 @@ - Drop Ruby support below 2.4. - ### Enhancements - Clean up dependencies