File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ deliberately awkward to make it hold any.
6060``` elixir
6161def deps do
6262 [
63- {:doc_shell , " ~> 0.1 .0" }
63+ {:doc_shell , " ~> 0.2 .0" }
6464 ]
6565end
6666```
@@ -70,7 +70,7 @@ Two integrations are optional and only needed if you use them:
7070``` elixir
7171def 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments