Skip to content

Commit eed4dd3

Browse files
github-actions[bot]abhinav
authored andcommitted
Release v0.9.0 (#144)
1 parent 2bebd8d commit eed4dd3

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.changes/unreleased/Added-20240616-152529.yaml

-3
This file was deleted.

.changes/v0.9.0.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.9.0 - 2024-06-16
2+
### Added
3+
- Included files can add `absorb: true` to their YAML front matter to include their headings in the summary TOC automatically.

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: stitchmd
23

34
builds:
@@ -38,7 +39,7 @@ aurs:
3839
3940

4041
brews:
41-
- tap:
42+
- repository:
4243
owner: abhinav
4344
name: homebrew-tap
4445
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.9.0 - 2024-06-16
9+
### Added
10+
- Included files can add `absorb: true` to their YAML front matter to include their headings in the summary TOC automatically.
11+
812
## v0.8.1 - 2023-11-08
913
### Fixed
1014
- Fix included summaries not adjusting item heading levels based on the include's position in the list.

0 commit comments

Comments
 (0)