Skip to content

Commit

Permalink
chore: Bump to 1.1.0
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
turboladen committed Aug 16, 2024
1 parent b4e2925 commit 1bf99c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [1.1.0] — 2024-08-16

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition

### Added

Expand Down Expand Up @@ -41,26 +41,26 @@ and this project adheres to
- [gh-77](https://github.com/telus-agcg/ffi-gdal/issues/77): Fix logging for
debug messages.

## [1.0.4] - 2023-02-06
## [1.0.4] 2023-02-06

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition

### Fixed

- Move `OGR::GeometryMixins::Extensions#is_3d?` to `OGR::Geometry`.

## [1.0.3] - 2023-01-27
## [1.0.3] 2023-01-27

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition

### Fixed

- Fix nil return value from `OGR::GeometryMixins::Extensions#utm_zone` when
spatial_reference is not 4326.
`spatial_reference` is not 4326.

## [1.0.2] - 2023-01-13
## [1.0.2] 2023-01-13

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition

### Fixed

- Fix requires for lib/\*/extensions/all.rb.

## [1.0.1] - 2023-01-13
## [1.0.1] 2023-01-13

Check warning

Code scanning / Remark-lint (reported by Codacy)

Warn when references to undefined definitions are found. Warning

[no-undefined-references] Found reference to undefined definition

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/ffi/gdal/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module FFI
module GDAL
VERSION = "1.0.4"
VERSION = "1.1.0"
end
end

0 comments on commit 1bf99c9

Please sign in to comment.