diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b859c80..2b9b182 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,14 +73,6 @@ jobs: run: | make analyze - # Ref: https://github.com/actions/cache - - name: Cache SonarQube Packages - uses: actions/cache@v4 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonar - restore-keys: ${{ runner.os }}-sonar- - # Ref: https://github.com/SonarSource/sonarqube-scan-action - name: Scan with SonarQube uses: sonarsource/sonarqube-scan-action@v6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aebe5c..ecf9a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,18 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security +--- +## [0.10.0] - 2025-11-07 + +### Added +### Changed +- **debt:** Upgraded all dependencies to their latest stable versions. + +### Deprecated +### Removed +### Fixed +### Security + --- ## [0.9.0] - 2025-10-14 @@ -24,6 +36,11 @@ Date format: `YYYY-MM-DD` ### Changed - **debt:** Upgraded all dependencies to their latest stable versions. +### Deprecated +### Removed +### Fixed +### Security + --- ## [0.8.0] - 2025-09-01 @@ -148,7 +165,8 @@ Date format: `YYYY-MM-DD` ### Fixed ### Security -[Unreleased]: https://github.com/sixafter/graph/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/sixafter/graph/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/sixafter/graph/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/sixafter/graph/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/sixafter/graph/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/sixafter/graph/compare/v0.6.0...v0.7.0