Skip to content

Commit 498ee9c

Browse files
authored
*: release version 1.25.2 (#4104)
bugfix release, thank you @yelvens, @Cui.
1 parent 6346593 commit 498ee9c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

6+
## [1.25.2] 2025-08-26
7+
8+
### Added
9+
10+
* Added notifications for debuginfod downloads (#3980, @aarzilli)
11+
12+
### Fixed
13+
14+
* Fixed restart behavior of DAP server (#4068, @derekparker)
15+
* Various fixes for loong64 backend (#4095, #4100, @yelvens)
16+
* Miscellaneous minor bug fixes (#4067, #4090, #4089, @aarzilli)
17+
18+
### Changed
19+
20+
* Miscellaneous code quality improvements (#4088, @cui)
21+
622
## [1.25.1] 2025-07-18
723

824
### 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: "25", Patch: "1", Metadata: "",
21+
Major: "1", Minor: "25", Patch: "2", Metadata: "",
2222
Build: "$Id$",
2323
}
2424

0 commit comments

Comments
 (0)