From a853604c9e9a83ad9954c7e3d2a565273982471f Mon Sep 17 00:00:00 2001 From: David Mohundro Date: Tue, 9 May 2023 21:13:34 -0500 Subject: [PATCH] chore: bump to 7.0.2 --- CHANGELOG.md | 4 ++++ SWXMLHash.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c53a0..4001164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/SWXMLHash.podspec b/SWXMLHash.podspec index cac7d63..b9d0cf0 100644 --- a/SWXMLHash.podspec +++ b/SWXMLHash.podspec @@ -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' }