Skip to content

Commit

Permalink
Release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Nov 11, 2021
1 parent 0754098 commit c6f670d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.14.2 (2021-11-11)

#### Bug Fixes

* Fix point duplications at tile borders when reprojecting
* Fix gaps at tile borders when reprojecting

## 0.14.1 (2021-10-04)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t-rex"
version = "0.14.1"
version = "0.14.2"
description = "t-rex vector tile server"
repository = "https://github.com/t-rex-tileserver/t-rex"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packaging/docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_TAG = 0.14.1
VERSION_TAG = 0.14.2
DEB_URL = https://github.com/t-rex-tileserver/t-rex/releases/download/v$(VERSION_TAG)/t-rex_$(VERSION_TAG)-1.focal_amd64.deb

build:
Expand Down

0 comments on commit c6f670d

Please sign in to comment.