Skip to content

Commit 21c3c8c

Browse files
docs: update changelog and project meta
1 parent f8c37b4 commit 21c3c8c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/about/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.
1212
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1313
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15+
## 3.1.1 - 2026-02-08
16+
17+
### Changed
18+
19+
- Add `tags` field to note frontmatter.
20+
1521
## 3.1.0 - 2026-01-10
1622

1723
### Changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish: true
88
# Welcome
99

1010
!!! tip "Notice"
11-
`v3.1.0` is now avaliable, the release now make some changes in [Commands Line Interface](usage/cli.md), See [Changelog](about/changelog.md#310---2026-01-10) for more details.
11+
`v3.1.0+` is now avaliable, the release now make some changes in [Commands Line Interface](usage/cli.md), See [Changelog](about/changelog.md#310---2026-01-10) for more details.
1212

1313
## Mkdocs Note
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocs-note"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description = "A MkDocs plugin to add note boxes to your documentation."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)