Skip to content

Commit 6b554f8

Browse files
authored
Release v1.4.0 (#288)
1 parent f9277af commit 6b554f8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

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

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

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

28+
### Continuous Integration
29+
- Fix github / kubectl / eks issue
30+
2331
### Chore
2432
- Add min-depth to e2e tests ([#272](https://github.com/txpipe/oura/issues/272))
2533
- Fix linting issues ([#244](https://github.com/txpipe/oura/issues/244))
@@ -524,7 +532,8 @@ Configuration keys for the 'Selection' filter changed to reflect new metadata st
524532
- fix lint issues
525533

526534

527-
[Unreleased]: https://github.com/txpipe/oura/compare/v1.3.2...HEAD
535+
[Unreleased]: https://github.com/txpipe/oura/compare/v1.4.0...HEAD
536+
[v1.4.0]: https://github.com/txpipe/oura/compare/v1.3.2...v1.4.0
528537
[v1.3.2]: https://github.com/txpipe/oura/compare/v1.3.1...v1.3.2
529538
[v1.3.1]: https://github.com/txpipe/oura/compare/v1.3.0...v1.3.1
530539
[v1.3.0]: https://github.com/txpipe/oura/compare/v1.2.2...v1.3.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oura"
33
description = "The tail of Cardano"
4-
version = "1.3.2"
4+
version = "1.4.0"
55
edition = "2021"
66
repository = "https://github.com/txpipe/oura"
77
homepage = "https://github.com/txpipe/oura"

0 commit comments

Comments
 (0)