Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
### Changed

- changed the Go module dependencies to their latest versions
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The [Unreleased]Changed section now has two bullets that both describe dependency updates; the new entry largely subsumes the previous one. Please consolidate into a single bullet to avoid redundant/ambiguous release notes (e.g., keep the Go version bump line and remove the generic deps-update line, or merge them).

Suggested change
- changed the Go module dependencies to their latest versions

Copilot uses AI. Check for mistakes.
- changed the Go version to `1.26.2` and updated all module dependencies

## [0.5.0] - 2026-04-03

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rios0rios0/devforge

go 1.26.1
go 1.26.2

require (
github.com/google/go-github/v66 v66.0.0
Expand Down
Loading