Skip to content

Commit d3a0d85

Browse files
authored
chore(main): release 0.82.5 (#257)
Co-authored-by: munmiu[bot] <251511404+munmiu[bot]@users.noreply.github.com>
1 parent 268ea10 commit d3a0d85

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.82.4"
2+
".": "0.82.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ comment with a new marker); subsequent re-runs dedupe normally. On a
5555
first M5 review **manually** (or off-hours) to absorb the one-time re-post before
5656
the next scheduled run.
5757

58+
## [0.82.5](https://github.com/vanducng/miu-cr/compare/v0.82.4...v0.82.5) (2026-07-03)
59+
60+
61+
### Bug Fixes
62+
63+
* **agent:** tick waiting progress during long provider calls ([#256](https://github.com/vanducng/miu-cr/issues/256)) ([268ea10](https://github.com/vanducng/miu-cr/commit/268ea10e423b9b405ce1aa21f470789b215d9a8e))
64+
5865
## [0.82.4](https://github.com/vanducng/miu-cr/compare/v0.82.3...v0.82.4) (2026-07-02)
5966

6067

internal/cli/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func SetHistoryStoreFactory(f func(ctx stdctx.Context) (store.Store, func(), err
6262
historyStoreFactory = f
6363
}
6464

65-
var version = "v0.82.4" // x-release-please-version
65+
var version = "v0.82.5" // x-release-please-version
6666

6767
// Version returns the current miucr version. The literal is bumped by
6868
// release-please; goreleaser ldflags-overrides it with the release tag in

0 commit comments

Comments
 (0)