Skip to content

Commit

Permalink
Update changelog and add reference to the monorepo changelog in each …
Browse files Browse the repository at this point in the history
…individual package.
  • Loading branch information
aholmes committed Oct 18, 2023
1 parent 945973b commit 8a51e1d
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to the tool_name Docker file.
All notable changes to the BL_Python monorepo and individual packages contained within.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Expand All @@ -10,8 +10,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]

### Added
- Base package setup configurations
- Libraries for merging dictionaries and profiling methods
- Setuptools package configurations for:
- `BL_Python`
- `BL_Python.AWS`
- `BL_Python.database`
- `BL_Python.development`
- `BL_Python.platform`
- `BL_Python.programming`
- `BL_Python.testing`
- `BL_Python.testing`
- `BL_Python.web`
- Flask application scaffolding
- SQLite support
- Various software development tools
- Various utility classes and methods
- PyPI package metadata
- Documentation for usage and development

### Changed
- Updated template files to fit this repo
3 changes: 3 additions & 0 deletions src/AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/development/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/programming/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).
3 changes: 3 additions & 0 deletions src/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/blob/main/CHANGELOG.md).

0 comments on commit 8a51e1d

Please sign in to comment.