Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: tag v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Sep 20, 2021
1 parent 5b04053 commit 0e2289e
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 16 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<a name="0.2"></a>

## 0.2 (2021-09-20)

#### Features

- add variant fields to suggest api (#126) ([5b04053b](5b04053b))
- Add setting to configure sentry env ([10392511](10392511))
- Add memory cache locking to prevent spurious update requests. (#123)
([059f355a](059f355a))
- Add Sentry integration (#111) ([27e77020](27e77020))
- add locking to redis cache (#110) ([7d94f9e9](7d94f9e9), closes [#104](104))
- **settings:** Make suggestion providers much more configurable at runtime
([3685d700](3685d700))
- **suggest:** Add score field to suggestion (#119) ([06556d88](06556d88),
closes [#118](118))

#### Bug Fixes

- Allow overriding HTTP port of docker container ([fdc82823](fdc82823))
16 changes: 8 additions & 8 deletions 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 merino-adm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-adm"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-cache"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-integration-tests-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-integration-tests-macro"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion merino-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-integration-tests"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-settings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-settings"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-suggest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-suggest"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-web"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# documentation should be in the specific packages above.
[package]
name = "merino"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 0e2289e

Please sign in to comment.