Skip to content

Commit

Permalink
chore(master): release 4.1.0 (#36)
Browse files Browse the repository at this point in the history
* feat: remove virtus dependency (#35) 

* Deprecate `Norma43::Models::Document#transaction_date` in favor of the trasaction date inside accounts and their transactions

* ci: restore ralease-please workflow

* doc: update CHANGELOG

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Enrique Esquinas <enrique.esquinas@sequra.es>
  • Loading branch information
github-actions[bot] and esquinas authored Jun 20, 2024
1 parent 388e130 commit 7e43b9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
package-name: norma43_parser
bump-minor-pre-major: true
version-file: 'lib/norma43/version.rb'
last-release-sha: '09ca1511e0c6ba931ec1cd3e6101118c61f97354'
release-as: 'v4.1.0'
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: ruby/setup-ruby@v1
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.0](https://github.com/sequra/norma43_parser/compare/v4.0.0...v4.1.0) (2024-06-20)

### Features

* Remove virtus dependency ([#35](https://github.com/sequra/norma43_parser/issues/35))

* Soft-deprecate `Norma43::Models::Document#transaction_date`, use transaction_date in transactions instead


## [4.0.0](https://github.com/sequra/norma43_parser/compare/3.0.0...v4.0.0) (2024-06-18)

### ⚠ BREAKING CHANGES
Expand All @@ -8,18 +17,21 @@

* Get IBANs from account instances ([#15](https://github.com/sequra/norma43_parser/issues/15)) ([c69d162](https://github.com/sequra/norma43_parser/commit/c69d162361b188f2b2d904b1958e3108be9a3939))


## v3.0.0 (2021-12-15)

### Breaking Changes

- Drop Ruby support below 2.6.


## v2.1.1 (2020-03-13)

### Enhancements

- Update rake requirement from ~> 10.0 to ~> 13.0 (#6)


## v2.0.0 (2019-10-17)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
norma43_parser (4.0.0)
norma43_parser (4.1.0)
zeitwerk (~> 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/norma43/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Norma43
VERSION = "4.0.0"
VERSION = "4.1.0"
end

0 comments on commit 7e43b9a

Please sign in to comment.