Skip to content

Commit

Permalink
Bump version to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx committed Mar 18, 2023
1 parent a6fb295 commit f510e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.

## Upstream Version

GEOSwift/geos 8.0.0 packages [libgeos/geos](https://github.com/libgeos/geos) 3.11.1
GEOSwift/geos 8.1.0 packages [libgeos/geos](https://github.com/libgeos/geos) 3.11.2

## Installing with CocoaPods

Expand All @@ -36,7 +36,7 @@ GEOSwift/geos 8.0.0 packages [libgeos/geos](https://github.com/libgeos/geos) 3.1

1. Update the top-level dependencies in your `Package.swift` to include:

.package(url: "https://github.com/GEOSwift/geos.git", from: "8.0.0")
.package(url: "https://github.com/GEOSwift/geos.git", from: "8.1.0")

2. Update the target dependencies in your `Package.swift` to include

Expand Down Expand Up @@ -82,6 +82,7 @@ how to get from the GEOS source to the end result in this repo.
5. Update `Package.swift` and `geos.podspec` to ensure
continued support for Swift Package Manager and CocoaPods.
6. Test all your changes on the full matrix of supported configs
(Swift Package Manager, CocoaPods) x (iOS, macOS, tvOS) + Swift PackageManager x Linux.
(Swift Package Manager, CocoaPods) x (iOS, macOS, tvOS, watchOS) + Swift
Package Manager x Linux.
7. Update the version numbers in `geos.podspec` and `README.md`
8. Update this README with any relevant information.
2 changes: 1 addition & 1 deletion geos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'geos'
s.version = '8.0.0'
s.version = '8.1.0'
s.summary = 'GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).'
s.homepage = 'http://trac.osgeo.org/geos'
s.license = {
Expand Down

0 comments on commit f510e63

Please sign in to comment.