Skip to content

Commit 68f8eb0

Browse files
authored
Merge pull request #3 from viniarck/bump/0.2.2
bump: bumped version `"0.2.2"` to support `fluvio = "0.18.0"`
2 parents fc03028 + 8977f69 commit 68f8eb0

7 files changed

Lines changed: 323 additions & 107 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
uses: actions/checkout@v2
2323

2424
- name: Setup Elixir
25-
uses: actions/setup-elixir@v1
25+
uses: erlef/setup-beam@v1
2626
with:
2727
elixir-version: ${{ matrix.elixir }}
2828
otp-version: ${{ matrix.otp }}
29-
experimental-otp: true
3029

3130
- name: Get deps cache
3231
uses: actions/cache@v2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Types of changes
1616

1717
## [Unreleased]
1818

19+
## [0.2.2] - 2023-03-31
20+
21+
### Changed
22+
23+
- Updated `fluvio` crate to `0.18.0`, minor types and imports refactoring
24+
1925
## [0.2.1] - 2022-10-28
2026

2127
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Fluvio.MixProject do
44
def project do
55
[
66
app: :fluvio,
7-
version: "0.2.1",
7+
version: "0.2.2",
88
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)