Compare commits

..

3 commits

Author SHA1 Message Date
Rodweil, Theodor
06753106fd
chore: update changelog 2023-08-07 19:36:00 +02:00
Rodweil, Theodor
593b58c9de
fix(setup.cfg): remove obsolete license_file property
feat(setup.cfg): add reference to Changelog
2023-08-07 19:34:43 +02:00
Rodweil, Theodor
e048805dec
docs(README): update example manifest 2023-08-07 19:34:22 +02:00
3 changed files with 19 additions and 4 deletions

View file

@ -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/

View file

@ -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"
}
]
}

View file

@ -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 =