Skip to content

Commit

Permalink
prepares next release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonneutert committed Feb 4, 2024
1 parent bb5f8a6 commit 8f79ed1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Schema for new entries:
- [#<PR_NUMBER>](https://github.com/simonneutert/papierkram_api_client/pull/<PR_NUMBER>) Description. [@<username>](https://github.com/<username>)
```

## [next] - YYYY-MM-DD

- [#<PR_NUMBER>](https://github.com/simonneutert/papierkram_api_client/pull/<PR_NUMBER>) Description. [@<username>](https://github.com/<username>)

## [0.4.2] - 2024-02-04

- [#114](https://github.com/simonneutert/papierkram_api_client/pull/114) Public API of Papierkram changed, adapt your implementation of `vat_rate` attribute, please. [@simonneutert](https://github.com/simonneutert)
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:
papierkram_api_client (0.4.2)
papierkram_api_client (0.4.3)
faraday (~> 2.7)
faraday-multipart (= 1.0.4)
httpx (>= 0.22.5, < 1.3.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ Wenn du unsicher bist, sprich mich an oder erstelle ein Issue. Ich helfe dir ger
1. checkout `main`
2. close the changelog
3. Set the correct/desired version number in `version.rb` and run `bundle install` just for sure
4. commit if needed
4. commit changes if needed
5. `bundle exec rake release`

After a successful release, the gem is pushed to [rubygems.org](https://rubygems.org/gems/papierkram_api_client).
Expand Down
2 changes: 1 addition & 1 deletion lib/papierkram_api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PapierkramApiClient
VERSION = '0.4.2'
VERSION = '0.4.3'
end

0 comments on commit 8f79ed1

Please sign in to comment.