Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.0.4 - 2025-12-18

* Update Racc to v1.8.1
* Code cleanup
* Fix conformance to TOML v1.0.0

### 2.0.3 - 2022-05-28

* Enable symbolize_keys: true for inline tables
Expand Down
2 changes: 1 addition & 1 deletion lib/tomlrb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen-string-literal: true

module Tomlrb
VERSION = '2.0.3'
VERSION = '2.0.4'
end
2 changes: 1 addition & 1 deletion toml-test