Skip to content

Commit a40a5e0

Browse files
authored
*: Release v1.25.0 (#4029)
1 parent 99ec109 commit a40a5e0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to Semantic Versioning.
55

6+
## [1.25.0] 2025-04-16
7+
8+
### Added
9+
- Go 1.25 support (#4014, @aarzilli) (more work went into the 1.24.2 and earlier releases)
10+
11+
### Fixed
12+
- Fixed several panics found via telemetry (#4026, #4018, #4017, #4015 @aarzilli)
13+
- Fixed git hash in version output (#3987, @codeaucafe)
14+
- Fix development version parsing (#3999, @aarzilli)
15+
- Fix call injection in newer macOS versions (#3988, @aarzilli)
16+
- Fix typo in goroutines help output (#4024, @jersey1dev)
17+
18+
### Changed
19+
- Internal breakpoints (panic, throw) are excluded from DAP response (#4027, @ConradIrwin)
20+
621
## [1.24.2] 2025-04-10
722

823
### Added

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Version struct {
1818

1919
// DelveVersion is the current version of Delve.
2020
var DelveVersion = Version{
21-
Major: "1", Minor: "24", Patch: "2", Metadata: "",
21+
Major: "1", Minor: "25", Patch: "0", Metadata: "",
2222
Build: "$Id$",
2323
}
2424

0 commit comments

Comments
 (0)