-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from emdgroup/feat/changelog_refactor
release 1.0.3, refactor changelog and minor changes in setup.cfg
- Loading branch information
Showing
3 changed files
with
64 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,51 @@ | ||
# Changelog | ||
|
||
## Version 1.0.2 (2023-02-28) | ||
Minor documentation and README changes | ||
All notable changes to this project will be documented in this file. | ||
|
||
## Version 1.0.1 (2023-02-28) | ||
Added pypi shield to readme and fixxed relative links. | ||
Added version classifiers to the setup.cfg | ||
The format is based on [Keep a Changelog], | ||
and this project adheres to [Semantic Versioning]. | ||
|
||
## Version 1.0 (2023-02-28) | ||
First public Open Source Release of Foundry DevTools. | ||
## [1.0.3] - 2023-03-07 | ||
|
||
### Added | ||
|
||
- tracker and changelog url to setup.cfg (#4) | ||
- more pypi classifiers to setup.cfg (#4) | ||
|
||
### Changed | ||
|
||
- Changelog is now in the format of [Keep a Changelog] (#4) | ||
- Updated fsspec example in README (#3) | ||
|
||
### Fixed | ||
|
||
- README code block highlighting and Apache License link (#2) | ||
- wrong styling of pipy batch in readme (#1) | ||
|
||
## [1.0.2] - 2023-02-28 | ||
|
||
### Changed | ||
|
||
- Minor documentation and README changes | ||
|
||
## [1.0.1] - 2023-02-28 [YANKED] | ||
|
||
### Added | ||
|
||
- pypi shield to readme | ||
- version classifiers to the setup.cfg | ||
|
||
### Fixed | ||
|
||
- relative links in readme | ||
|
||
## [1.0] - 2023-02-28 [YANKED] | ||
|
||
- First public Open Source Release of Foundry DevTools. | ||
|
||
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ | ||
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html | ||
[1.0.3]: https://github.com/emdgroup/foundry-dev-tools/compare/v1.0.2...v1.0.3 | ||
[1.0.2]: https://github.com/emdgroup/foundry-dev-tools/releases/tag/v1.0.2 | ||
[1.0.1]: https://github.com/emdgroup/foundry-dev-tools | ||
[1.0]: https://github.com/emdgroup/foundry-dev-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters