Skip to content

Commit

Permalink
v0.2.1リリース用
Browse files Browse the repository at this point in the history
  • Loading branch information
nisyuu committed Jun 7, 2023
1 parent 5b16568 commit e8318ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# [0.2.1] - 2023-06-07

- README.mdのPackage versionを0.2.1に変更

# [0.2.0] - 2023-06-07

- 取得期間を指定して情報を取得するクライアントAPIの追加
- 登録番号と日付を指定して情報を取得するクライアントAPIを追加
- 国税庁APIのスキーマバージョンを変更


# [0.1.1] - 2023-06-05

- RubyGemsリリース用


## [0.1.0] - 2023-06-04

- 登録番号を使った公表情報取得のクライアントAPIを追加しました
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:
kendama (0.2.0)
kendama (0.2.1)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/kendama/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Kendama
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit e8318ad

Please sign in to comment.