Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Nov 3, 2023
1 parent 465e24e commit 8c6217f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!--------------------- Don't add new entries after this line --------------------->

## [1.1.0] - 2023-11-03

### Added

- Render results as Kinos [#17](https://github.com/mruoss/kino_k8s/issues/17):
- `K8s.Conn` is rendered as `Kino.Tree`
- Resources are rendered as `Kino.Markdown`
- Resource lists are rendered as `Kino.Tree`

## [1.0.2] - 2023-11-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule KinoK8s.MixProject do
use Mix.Project

@source_url "https://github.com/mruoss/kino_k8s"
@version "1.0.2"
@version "1.1.0"

def project do
[
Expand Down

0 comments on commit 8c6217f

Please sign in to comment.