Skip to content

Commit

Permalink
release mdbook v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Apr 12, 2024
1 parent 5c965eb commit eb23f97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pants-plugins/mdbook/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ python_distribution_with_secret(
],
provides=python_artifact(
name="pants_backend_mdbook",
version="0.4.0",
version="0.4.1",
long_description_content_type="markdown",
),
long_description_path="pants-plugins/mdbook/README.md",
wheel_config_settings={"--global-option": ["--python-tag", "py38.py39"]},
repo_secrets={"@pypi": "//examples/bitwarden:pypi_token"},
)
5 changes: 5 additions & 0 deletions pants-plugins/mdbook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


## [0.4.1] - 2024-04-12

- Will now use x86_64 mdbook binary on arm64, relying on Rosetta.

## [0.4.0] - 2024-04-05

- Will now also include codegen sources, allowing integration with `adhoc_tool` and other generators. Note that only file and direct mdbook sources are included.
Expand Down
2 changes: 1 addition & 1 deletion pants-plugins/mdbook/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pants_backend_mdbook"
description = "A MdBook documentation builder plugin for the Pants buildsystem."
version = "0.4.0"
version = "0.4.1"
authors = [
{ name = "Tom Solberg", email = "[email protected]" }
]
Expand Down

0 comments on commit eb23f97

Please sign in to comment.