Skip to content

Commit

Permalink
chore: versioning maintenance (backport #738) (#748)
Browse files Browse the repository at this point in the history
* chore: versioning maintenance (#738)

* chore: versioning maintenance for the price feeder

* add 0.2.x price feeder branch backporting label

(cherry picked from commit ab7813b)

# Conflicts:
#	price-feeder/CHANGELOG.md

* Resolve conflict

Co-authored-by: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com>
Co-authored-by: Adam Moser <63419657+toteki@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 5, 2022
1 parent 723bf0e commit 5f4f0ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ pull_request_rules:
backport:
branches:
- release/price-feeder/v0.1.x

- name: Backport patches to the release/price-feeder/v0.2.x branch
conditions:
- base=main
- label=S:backport/price-feeder/v0.2.x
actions:
backport:
branches:
- release/price-feeder/v0.2.x
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Umee will allow a multitude of decentralized debt products.
|:-------:|:-------:|:------------:|:-----------:|:-----------:|:-------------:|:--------------------:|
| v0.8.x ||| v0.45.x | v2.0.x | v0.2.x | v0.1.x |
| v1.x.x ||| v0.45.x | v2.0.x | v0.2.x | N/A |
| v2.x.x ||| v0.45.x | v2.2.x | v0.2.x | v0.1.x |
| v2.x.x ||| v0.45.x | v2.2.x | v0.2.x | v0.2.x |

## Active Networks

Expand Down
15 changes: 15 additions & 0 deletions price-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v0.2.0](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.2.0) - 2022-04-04

### Features

- [#730](https://github.com/umee-network/umee/pull/730) Update the mock provider to use a new spreadsheet which uses randomness.

### Improvements

- [#684](https://github.com/umee-network/umee/pull/684) Log errors when providers are unable to unmarshal candles and tickers, instead of either one.
- [#732](https://github.com/umee-network/umee/pull/732) Set oracle functions to public to facilitate usage in other repositories.

### Bugs

- [#732](https://github.com/umee-network/umee/pull/732) Fixes an issue where filtering out erroneous providers' candles wasn't working.

## [v0.1.4](https://github.com/umee-network/umee/releases/tag/price-feeder%2Fv0.1.4) - 2022-03-24

### Features
Expand Down

0 comments on commit 5f4f0ef

Please sign in to comment.