Skip to content

Commit

Permalink
Release v0.11.0 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Feb 2, 2025
1 parent 0448c16 commit f1edce8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20250202-111731.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v0.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.11.0 - 2025-02-02
### Changed
- goldmark: Raise minimum version to v1.7.8. This version of goldmark deprecates `Node.Text`.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.11.0 - 2025-02-02
### Changed
- goldmark: Raise minimum version to v1.7.8. This version of goldmark deprecates `Node.Text`.

## v0.10.0 - 2024-02-27
### Added
- {Extender, Transformer}: Add TitleDepth field to change the level of the Table of Contents heading.
Expand Down
8 changes: 8 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ run = "go mod tidy -diff"
[tasks."lint:golangci"]
description = "Run golangci-lint"
run = "golangci-lint run"

[tasks."release:prepare"]
description = "Prepare a release"
run = [
"changie batch {{arg(name='version')}}",
"changie merge",
]

0 comments on commit f1edce8

Please sign in to comment.