From 70fd12d0d3a1a95c5eb3dcb424b96657a76e05bc Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Mon, 24 May 2021 12:20:26 -0700 Subject: [PATCH] chore: tag 0.1.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 029106d0..48afddce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.1.1 (2021-05-24) + + +#### Features + +* minor updates per the latest Tiles API (#97) ([44386c0c](https://github.com/mozilla-services/contile/commit/44386c0cc2c8c1803542764c5d968676947c3c08), closes [#96](https://github.com/mozilla-services/contile/issues/96)) + + + ## 0.1.0 (2021-05-20) diff --git a/Cargo.lock b/Cargo.lock index 6174132a..34e3736a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,7 @@ checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" [[package]] name = "contile" -version = "0.1.0" +version = "0.1.1" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 0ec336d4..b7c0b173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contile" -version = "0.1.0" +version = "0.1.1" authors = [ "Philip Jenvey ", "jrconlin ",