Skip to content

Commit 07cc9fb

Browse files
committed
docs: fix missing entry in 0.1.2 release notes
1 parent 97fe012 commit 07cc9fb

1 file changed

Lines changed: 28 additions & 8 deletions

File tree

docs/release/0.1.2.adoc

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
:page-title: Release History for 0.1.2
44
:page-version: 0.1.2
5-
:page-date: 2026-01-29
5+
:page-date: 2026-01-30
66

7-
= Release History -- 0.1.2 - 2026-01-29
7+
= Release History -- 0.1.2 - 2026-01-30
88

99

1010
== What's Changed
@@ -16,15 +16,20 @@ Summary of all changes in this release.
1616
=== Added
1717

1818

19-
* Established an instance of ReleaseHx for managing the release history of... ReleaseHx
19+
* Establish an instance of ReleaseHx for managing the release history of... ReleaseHx (dog fooding!)
2020
+
2121
xref:note-0_1_2-30[NOTE]
2222

2323

2424
=== Fixed
2525

2626

27-
* The documented regexp format (/pattern/flags) is unsupported
27+
* Formatting errors in AsciiDoc templates
28+
+
29+
xref:note-0_1_2-36[NOTE]
30+
31+
32+
* Documented regexp format (/pattern/flags) unsupported
2833
+
2934
xref:note-0_1_2-32[NOTE]
3035

@@ -34,9 +39,15 @@ xref:note-0_1_2-32[NOTE]
3439
xref:note-0_1_2-28[NOTE]
3540

3641

37-
* Formatting errors in AsciiDoc templates
42+
* Erroneous fetch attempted even when file path is provided as first argument
43+
44+
45+
=== Improved
46+
47+
48+
* Move all docs under /docs URL path
3849
+
39-
xref:note-0_1_2-36[NOTE]
50+
xref:note-0_1_2-27[NOTE]
4051

4152

4253
== Release Notes
@@ -57,6 +68,14 @@ The output is configured in `.config/releasehx.yml`, and the process is document
5768

5869
=== Fixed
5970

71+
[.release-note]
72+
--
73+
AsciiDoc templates have been cleaned up and streamlined significantly, mostly by removing the clumsy metadata that was hard to style in rich-text output.
74+
We will improve on these templates later and welcome contributions cleaning them up.
75+
76+
--
77+
78+
6079
[.release-note]
6180
--
6281
Regular expressions in YAML files such as the releasehx application config now support being written as fully qualified strings with the pattern fenced in `/` markers.
@@ -79,10 +98,11 @@ Backward compatibility has been sacrificed in this rare case, since the function
7998
--
8099

81100

101+
=== Improved
102+
82103
[.release-note]
83104
--
84-
AsciiDoc templates have been cleaned up and streamlined significantly, mostly by removing the clumsy metadata that was hard to style in rich-text output.
85-
We will improve on these templates later and welcome contributions cleaning them up.
105+
Fixed and redirected all documentation URLs and new releases URL to be relative to https://releasehx.docopslab.org/docs/.
86106

87107
--
88108

0 commit comments

Comments
 (0)