Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 26, 2024
1 parent 04a93a0 commit 8a78779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.2.1] - 2024-03-26

- tweaked validations in `Document` and `PLCOperation` to make them more aligned with what might be expected
- added Ruby stdlib dependencies explicitly to the gemspec

## [0.2.0] - 2024-03-19

- added `PLCImporter` class, which lets you import operations from PLC in pages of 1000 through the "export" API
Expand Down
2 changes: 1 addition & 1 deletion lib/didkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DIDKit
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 8a78779

Please sign in to comment.