Skip to content

Commit

Permalink
chore(main): release registry 0.8.5 (#237)
Browse files Browse the repository at this point in the history
* chore(main): release registry 0.8.5

* chore: Bump registry version to 0.8.5
  • Loading branch information
fluencebot authored May 8, 2023
1 parent d91e24f commit 6f682e1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.4"
".": "0.8.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.5](https://github.com/fluencelabs/registry/compare/registry-v0.8.4...registry-v0.8.5) (2023-05-08)


### Features

* **builtin-package:** use new blueprint ([#234](https://github.com/fluencelabs/registry/issues/234)) ([061cf2f](https://github.com/fluencelabs/registry/commit/061cf2f8186192c39946628e21e466323dc31a33))

## [0.8.4](https://github.com/fluencelabs/registry/compare/registry-v0.8.3...registry-v0.8.4) (2023-04-19)


Expand Down
4 changes: 2 additions & 2 deletions aqua/package-lock.json

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

2 changes: 1 addition & 1 deletion aqua/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluencelabs/registry",
"version": "0.8.4",
"version": "0.8.5",
"description": "Aqua Registry library",
"files": [
"*.aqua"
Expand Down
2 changes: 1 addition & 1 deletion service/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 service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "registry"
version = "0.8.4"
version = "0.8.5"
authors = ["Fluence Labs"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 6f682e1

Please sign in to comment.