Skip to content

Commit e8b0a07

Browse files
committed
2.1.0 (#92)
1 parent 62864d2 commit e8b0a07

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

opds/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
**Warning:** Features marked as *experimental* may change or be removed in a future release without notice. Use with caution.
5+
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!--## [Unreleased]-->
8+
9+
## [2.1.0]
810

911
### Added
1012

1113
* Support for Swift Package Manager (contributed by [@stevenzeck](https://github.com/readium/r2-opds-swift/pull/88)).
1214

15+
1316
## [2.0.0]
1417

1518
### Changed
1619

1720
* Upgraded shared dependencies.
1821

22+
1923
## [2.0.0-beta.2]
2024

2125
### Changed
@@ -49,3 +53,4 @@ All notable changes to this project will be documented in this file.
4953
[2.0.0-beta.1]: https://github.com/readium/r2-opds-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
5054
[2.0.0-beta.2]: https://github.com/readium/r2-opds-swift/compare/2.0.0-beta.1...2.0.0-beta.2
5155
[2.0.0]: https://github.com/readium/r2-opds-swift/compare/2.0.0-beta.2...2.0.0
56+
[2.1.0]: https://github.com/readium/r2-opds-swift/compare/2.0.0...2.1.0

opds/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "readium/r2-shared-swift" "develop"
1+
github "readium/r2-shared-swift" ~> 2.1.0
22
github "cezheng/Fuzi" ~> 3.1.3

opds/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "cezheng/Fuzi" "3.1.3"
22
github "dexman/Minizip" "1.4.0"
3-
github "readium/r2-shared-swift" "7e99bfb4f9a2428857620a9c5a69575e4e839c83"
3+
github "readium/r2-shared-swift" "2.1.0"
44
github "scinfu/SwiftSoup" "2.3.2"

opds/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opds/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/cezheng/Fuzi.git", from: "3.1.3"),
22-
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
22+
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.1.0"),
2323
],
2424
targets: [
2525
.target(

opds/ReadiumOPDS.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

3-
s.name = "ReadiumOPDS"
4-
s.version = "2.0.0"
3+
s.name = "ReadiumOPDS"
4+
s.version = "2.1.0"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
8-
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
9-
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :branch => 'develop' }
8+
s.author = { "Readium" => "contact@readium.org" }
9+
s.source = { :git => 'https://github.com/readium/r2-opds-swift.git', :tag => '2.1.0' }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['readium-opds/Resources/**']

0 commit comments

Comments
 (0)