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.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj committed Jan 16, 2023
1 parent cf71155 commit 0c30edb
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.10.3"></a>
## 1.10.3 (2023-01-16)


#### Bug Fixes
* fix: reduce the work done while holding the updater write lock (#504) ([cf71155](https://github.com/mozilla-services/contile/commit/cf71155c0edaa9206abd14be61d5971f8c7e8f89))



<a name="1.10.2"></a>
## 1.10.2 (2023-01-12)

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.10.2"
version = "1.10.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 @@ -498,7 +498,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.10.2'
value: 'contile/1.10.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.10.2'
value: 'contile/1.10.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.10.2'
value: 'contile/1.10.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.10.2'
value: 'contile/1.10.3'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down

0 comments on commit 0c30edb

Please sign in to comment.