Skip to content

Commit

Permalink
chore: bump to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed May 10, 2023
1 parent 690df91 commit a853604
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v7.0.1 (May 9, 2023)

- Added Windows support (via [#273](https://github.com/drmohundro/SWXMLHash/pull/273))

## v7.0.0 (May 6, 2022)

- Added `XMLValueDeserialization` which implements both `XMLElementDeserializable` and `XMLAttributeDeserializable`. It makes it a lot easier and simpler to implement custom deserialization for types (e.g. Dates)
Expand Down
2 changes: 1 addition & 1 deletion SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
s.version = '7.0.0'
s.version = '7.0.1'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand Down

0 comments on commit a853604

Please sign in to comment.