Skip to content

Commit

Permalink
Bump podspec to 4.7.6, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Dec 11, 2018
1 parent 01a7dcf commit 9ba1168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v4.7.6 (December 11, 2018)

- Fix issue with lazy parsing and multiple calls (via
[#204](https://github.com/drmohundro/SWXMLHash/pull/204) and
[#203](https://github.com/drmohundro/SWXMLHash/issues/203))

## v4.7.5 (November 26, 2018)

- Fix cast warning with Swift 4.2 on Linux (via [#201](https://github.com/drmohundro/SWXMLHash/pull/201))
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 = '4.7.5'
s.version = '4.7.6'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand Down

0 comments on commit 9ba1168

Please sign in to comment.