Skip to content

Commit 709bbf0

Browse files
committed
release: 0.5.0
1 parent fc95914 commit 709bbf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSONSchema Changelog
22

3-
## Master
3+
## 0.5.0
44

55
### Breaking Changes
66

@@ -9,9 +9,9 @@
99

1010
### Enhancements
1111

12-
- `uri` format is now validated.
13-
- Support for Swift 4 and 5.
1412
- Added support for JSON Schema Draft 6 and 7.
13+
- Support for Swift 4 and 5.
14+
- `uri` format is now validated.
1515

1616
### Bug Fixes
1717

JSONSchema.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'JSONSchema'
3-
spec.version = '0.4.0'
3+
spec.version = '0.5.0'
44
spec.summary = 'JSON Schema validator in Swift.'
55
spec.homepage = 'https://github.com/kylef/JSONSchema.swift'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
1111
spec.osx.deployment_target = '10.9'
1212
spec.requires_arc = true
1313
spec.source_files = 'Sources/*.swift'
14-
spec.swift_versions = ['4.2', '5.0']
14+
spec.swift_versions = ['4.2', '5.0', '5.1']
1515
end
1616

0 commit comments

Comments
 (0)