File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v2.1.2 (2024-12-24)
5
+
6
+
4
7
## v2.1.1 (2024-12-24)
5
8
6
9
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ tasks:
14
14
desc : " Run semantic-release to determine and bump the version"
15
15
cmds :
16
16
- 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}}
18
18
19
19
publish :
20
20
desc : " Publish the package to PyPI"
21
21
cmds :
22
22
- echo "Publishing {{.package_name}} to PyPI..."
23
+ - uv publish
23
24
- uv run semantic-release -c semantic_release.toml publish
24
25
25
26
release :
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mkdocs-embed-file-plugin"
3
- version = " 2.1.1 "
3
+ version = " 2.1.2 "
4
4
description = " A plugin to quote file from docs"
5
5
requires-python = " >=3.13"
6
6
dependencies = [
You can’t perform that action at this time.
0 commit comments