Skip to content

Commit

Permalink
release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Oct 23, 2024
1 parent 50a3911 commit 08bddf6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

<!-- Add your changelog entry to the relevant subsection -->

<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->

<!-- No new entries below this line! -->

## 0.1.2

## Fixed

- Use Kubereq.attach/2 in place of deprecated Kubereq.new/2 [#37](https://github.com/mruoss/kubegen/issues/37), [#38](https://github.com/mruoss/kubegen/pull/38)

## 0.1.1

### Fixed

- License was wrong in `mix.exs`

<!-- Add your changelog entry to the relevant subsection -->

<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->

<!-- No new entries below this line! -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ add `kubereq` to your list of dependencies as well:
```elixir
def deps do
[
{:kubegen, "~> 0.1.0", only: :dev, runtime: false},
{:kubereq, "~> 0.1.0"}
{:kubegen, "~> 0.1.2", only: :dev, runtime: false},
{:kubereq, "~> 0.3.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Kubegen.MixProject do

@app :kubegen
@source_url "https://github.com/mruoss/#{@app}"
@version "0.1.1"
@version "0.1.2"

def project do
[
Expand Down

0 comments on commit 08bddf6

Please sign in to comment.