Skip to content

Commit d8b76a1

Browse files
committed
Update CHANGELOG
1 parent b5048ae commit d8b76a1

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Added
11-
- Unitary tests.
12-
1310
### ROADMAP
1411
- Switch to Flex Net Sim v0.8.2.
15-
- Enchance previous algorithms.
12+
- Enhance previous algorithms.
1613
- Add algorithm BestFit.
17-
- Point README docs to oficial documentation.
1814
- Switch to new domain.
1915

16+
## [1.1.0] - 2025-03-01
17+
18+
### Added
19+
- Comprehensive unit tests for all API endpoints and functions
20+
- Test coverage reporting with pytest-cov
21+
- GitHub Pages integration for coverage reports
22+
- Coverage badges in README.md
23+
- New GitHub Actions workflow for test coverage
24+
25+
### Changed
26+
- Improved documentation in README.md with clearer structure and badges
27+
- Enhanced API documentation in backend.py with better comments and docstrings
28+
- Updated development guide with clearer instructions
29+
- Refactored GitHub Actions workflows to separate testing and deployment
30+
- Improved code comments and function documentation
31+
32+
### Fixed
33+
- Modified .gitignore to handle coverage files
34+
2035
## [1.0.0] - 2025-02-19
2136

2237
### Added
@@ -37,4 +52,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3752
- API allocated in cloud run.
3853
- Documentation README for the process of develop/deployment located in [workflows](https://github.com/MirkoZETA/FlexNetSim-API/tree/master/.github/workflows/README_DEV.md).
3954

55+
[1.1.0]: https://github.com/MirkoZETA/FlexNetSim-API/releases/tag/v1.1.0
4056
[1.0.0]: https://github.com/MirkoZETA/FlexNetSim-API/releases/tag/v1.0.0

0 commit comments

Comments
 (0)