Skip to content

Commit e9fbd1d

Browse files
author
semantic-release
committed
2.1.2
Automatically generated by python-semantic-release
1 parent 46c3b6f commit e9fbd1d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# CHANGELOG
22

33

4+
## v2.1.2 (2024-12-24)
5+
6+
47
## v2.1.1 (2024-12-24)
58

69

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ tasks:
1414
desc: "Run semantic-release to determine and bump the version"
1515
cmds:
1616
- echo "Running semantic-release to bump the version..."
17-
- uv run semantic-release -c semantic_release.toml version
17+
- uv run semantic-release -c semantic_release.toml version {{.CLI_ARGS}}
1818

1919
publish:
2020
desc: "Publish the package to PyPI"
2121
cmds:
2222
- echo "Publishing {{.package_name}} to PyPI..."
23+
- uv publish
2324
- uv run semantic-release -c semantic_release.toml publish
2425

2526
release:

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-embed-file-plugin"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
description = "A plugin to quote file from docs"
55
requires-python = ">=3.13"
66
dependencies = [

0 commit comments

Comments
 (0)