Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: tag 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj committed May 4, 2023
1 parent eae0214 commit af21235
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.11.3"></a>
## 1.11.3 (2023-05-04)


#### Chore

* chore: disable sentry's debug-images feature (#545) ([eae0214](https://github.com/mozilla-services/contile/commit/eae0214c236014c91a5a6a5c2bcd29637c75399a))


<a name="1.11.2"></a>
## 1.11.2 (2023-05-03)

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
Expand Up @@ -3,7 +3,7 @@ name = "contile"
# be sure to update
# test-engineering/contract-tests/volumes/client/scenarios.yml
# test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml
version = "1.11.2"
version = "1.11.3"
authors = [
"Philip Jenvey <pjenvey@underboss.org>",
"jrconlin <jr+git@mozilla.com>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.2'
value: 'contile/1.11.3'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.2'
value: 'contile/1.11.3'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down Expand Up @@ -201,7 +201,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.2'
value: 'contile/1.11.3'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down Expand Up @@ -235,7 +235,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.2'
value: 'contile/1.11.3'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down

0 comments on commit af21235

Please sign in to comment.