Skip to content

Commit

Permalink
Release v1.4.0 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored May 9, 2022
1 parent f9277af commit 6b554f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v1.4.0"></a>
## [v1.4.0] - 2022-05-09
### Features
- Emit witness events ([#262](https://github.com/txpipe/oura/issues/262))
- Introduce GCP PubSub sink ([#237](https://github.com/txpipe/oura/issues/237))
- Add native scripts ([#241](https://github.com/txpipe/oura/issues/241))
- Add custom terminal format for ADA Handle assets ([#232](https://github.com/txpipe/oura/issues/232))
- Add option to include tx details in block events ([#231](https://github.com/txpipe/oura/issues/231))
- **CIP15:** Add CIP-0015 parser ([#124](https://github.com/txpipe/oura/issues/124))

### Doc
- Add [source.finalize] doc and example ([#258](https://github.com/txpipe/oura/issues/258))
Expand All @@ -16,10 +20,14 @@
- Ensure aws feature builds ok in isolation ([#230](https://github.com/txpipe/oura/issues/230))

### Docs
- Add automated changelog ([#286](https://github.com/txpipe/oura/issues/286))
- Fix typo in CONTRIBUTING.md ([#259](https://github.com/txpipe/oura/issues/259))
- Fix typo in README ([#239](https://github.com/txpipe/oura/issues/239))
- Fixed typos ([#226](https://github.com/txpipe/oura/issues/226))

### Continuous Integration
- Fix github / kubectl / eks issue

### Chore
- Add min-depth to e2e tests ([#272](https://github.com/txpipe/oura/issues/272))
- Fix linting issues ([#244](https://github.com/txpipe/oura/issues/244))
Expand Down Expand Up @@ -524,7 +532,8 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st
- fix lint issues


[Unreleased]: https://github.com/txpipe/oura/compare/v1.3.2...HEAD
[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.0...HEAD
[v1.4.0]: https://github.com/txpipe/oura/compare/v1.3.2...v1.4.0
[v1.3.2]: https://github.com/txpipe/oura/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/txpipe/oura/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/txpipe/oura/compare/v1.2.2...v1.3.0
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
@@ -1,7 +1,7 @@
[package]
name = "oura"
description = "The tail of Cardano"
version = "1.3.2"
version = "1.4.0"
edition = "2021"
repository = "https://github.com/txpipe/oura"
homepage = "https://github.com/txpipe/oura"
Expand Down

0 comments on commit 6b554f8

Please sign in to comment.