diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fe1cd..44fe77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 nothing as of yet +## [1.1.2] - 2023-08-07 + +### Added + +- link to changelog in package metadata + +### Changed + +- manifest example in README as to reflect the latest default sample output + +### Fixed + +- deprecated `license_file` property in package metadata ## [1.1.1] - 2023-08-07 @@ -58,6 +71,7 @@ nothing as of yet [unreleased]: https://bitbucket.org/victorykit/xconfluencebuilder/branch/master +[1.1.2]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.2/ [1.1.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.1/ [1.1.0]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.0/ [1.0.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.0.1/ diff --git a/README.md b/README.md index 4a10a3c..3c6a7fc 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ The following is a sample manifest generated from the default sample: "Name": "pexels-just-a-couple-photos-3777622.jpg", "ContainerPageTitle": "Cats", "MimeType": "image/jpeg", - "Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg" + "Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg" }, { "Name": "pexels-sami-aksu-14356302.jpg", "ContainerPageTitle": "Cats", "MimeType": "image/jpeg", - "Ref": "attachments/pexels-sami-aksu-14356302.jpg" + "Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg" }, { "Name": "objects.inv", "ContainerPageTitle": "Default Sample~", "MimeType": "application/octet-stream", - "Ref": "attachments/objects.inv" + "Ref": "attachments/Default+Sample~/objects.inv" } ] } diff --git a/setup.cfg b/setup.cfg index 927b22b..b0d4fb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,8 +7,9 @@ description = sphinxcontrib.confluencebuilder wrapper for delayed publishing long_description = file: README.md long_description_content_type = text/markdown license = DL-DE-BY-2.0 -license_file = LICENSE +license_files = LICENSE project_urls = + Changelog = https://bitbucket.org/victorykit/xconfluencebuilder/src/master/CHANGELOG.md Repository = https://bitbucket.org/victorykit/xconfluencebuilder/ classifiers =