Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,30 @@ 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

### Added
### Changed
- **debt:** Upgraded all dependencies to their latest stable versions.

### Deprecated
### Removed
### Fixed
### Security

---
## [0.8.0] - 2025-09-01

Expand Down Expand Up @@ -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
Expand Down