Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
2.1.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Jul 29, 2021
1 parent 7f9b22a commit 575290c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@

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

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

## [Unreleased]
<!--## [Unreleased]-->

## [2.1.0]

### Added

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


## [2.0.0]

### Changed

* Upgraded shared dependencies.


## [2.0.0-beta.2]

### Changed
Expand Down Expand Up @@ -49,3 +53,4 @@ All notable changes to this project will be documented in this file.
[2.0.0-beta.1]: https://github.com/readium/r2-opds-swift/compare/2.0.0-alpha.2...2.0.0-beta.1
[2.0.0-beta.2]: https://github.com/readium/r2-opds-swift/compare/2.0.0-beta.1...2.0.0-beta.2
[2.0.0]: https://github.com/readium/r2-opds-swift/compare/2.0.0-beta.2...2.0.0
[2.1.0]: https://github.com/readium/r2-opds-swift/compare/2.0.0...2.1.0
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "readium/r2-shared-swift" "develop"
github "readium/r2-shared-swift" ~> 2.1.0
github "cezheng/Fuzi" ~> 3.1.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "cezheng/Fuzi" "3.1.3"
github "dexman/Minizip" "1.4.0"
github "readium/r2-shared-swift" "7e99bfb4f9a2428857620a9c5a69575e4e839c83"
github "readium/r2-shared-swift" "2.1.0"
github "scinfu/SwiftSoup" "2.3.2"
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "r2-shared-swift",
"repositoryURL": "https://github.com/readium/r2-shared-swift.git",
"state": {
"branch": "develop",
"revision": "2b2d0d936f776801161e256ec807ddbc66b5bf4d",
"version": null
"branch": null,
"revision": "f631efdb51ad6cb55fb173b4e80bbb1d1215fa76",
"version": "2.1.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/cezheng/Fuzi.git", from: "3.1.3"),
.package(url: "https://github.com/readium/r2-shared-swift.git", .branch("develop")),
.package(url: "https://github.com/readium/r2-shared-swift.git", from: "2.1.0"),
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions ReadiumOPDS.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "ReadiumOPDS"
s.version = "2.0.0"
s.name = "ReadiumOPDS"
s.version = "2.1.0"
s.license = "BSD 3-Clause License"
s.summary = "Readium OPDS"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :branch => 'develop' }
s.author = { "Readium" => "[email protected]" }
s.source = { :git => 'https://github.com/readium/r2-opds-swift.git', :tag => '2.1.0' }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['readium-opds/Resources/**']
Expand Down

0 comments on commit 575290c

Please sign in to comment.