Skip to content

Commit

Permalink
chore: Release 0.12.1 (bump version, update changelog) (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Mar 8, 2023
1 parent 3cc197d commit 268b48b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.

6 changes: 5 additions & 1 deletion indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.12.0
## 0.12.1

* Fix serialization issues we have since the switching to newer primitives (handling the pure `Vec<u8>` data as base64-encoded strings)

## 0.12.0 (BROKEN, use 0.12.1)

* Add support of [Meta Transactions](https://github.com/near/NEPs/pull/366) and upgrade near-indexer-primitives to `0.16.0`
* Add [new columns](../database/migrations/2023-02-28-160000_meta_tx/up.sql) to `transaction_actions` and `action_receipt_actions` for supporting Meta Transactions (as usual, read [the migration](../database/migrations/2023-02-28-160000_meta_tx/up.sql) before applying if your DB is not empty)
Expand Down
2 changes: 1 addition & 1 deletion indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-explorer"
version = "0.12.0"
version = "0.12.1"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down

0 comments on commit 268b48b

Please sign in to comment.