Skip to content

Commit 353e15a

Browse files
committed
chore: release version v0.2.0
1 parent 0510deb commit 353e15a

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.2.0](https://github.com/futhr/doc_shell/compare/v0.1.0...v0.2.0) (2026-09-01)
9+
10+
11+
12+
13+
### Features:
14+
15+
* build: decouple host extraction from files and supervision by futhr
16+
17+
* generate: extract changelog releases as documentation entries by futhr
18+
19+
### Bug Fixes:
20+
21+
* deps: support compatible AshOaskit hosts by futhr
22+
23+
* build: report every generated document by futhr
24+
25+
* generate: support conventional changelog releases by futhr
26+
827
## [v0.1.0](https://github.com/futhr/doc_shell/compare/v0.1.0...v0.1.0) (2026-08-24)
928

1029

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ deliberately awkward to make it hold any.
6060
```elixir
6161
def deps do
6262
[
63-
{:doc_shell, "~> 0.1.0"}
63+
{:doc_shell, "~> 0.2.0"}
6464
]
6565
end
6666
```
@@ -70,7 +70,7 @@ Two integrations are optional and only needed if you use them:
7070
```elixir
7171
def deps do
7272
[
73-
{:doc_shell, "~> 0.1.0"},
73+
{:doc_shell, "~> 0.2.0"},
7474
# Derive the OpenAPI document from Ash domains
7575
{:ash_oaskit, "~> 0.3"},
7676
# Serve artifacts over HTTP

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule DocShell.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.2.0"
55
@source_url "https://github.com/futhr/doc_shell"
66

77
def project do

0 commit comments

Comments
 (0)