Skip to content

Commit fb14754

Browse files
committed
chore: v0.38.1
1 parent b48f7ae commit fb14754

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

docs/changelogs/v0.38.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,29 @@ The new [`Internal.MFSNoFlushLimit`](https://github.com/ipfs/kubo/blob/master/do
296296

297297
Fixes migration panic on Windows when upgrading from v0.37 to v0.38 ("panic: error can't be dealt with transactionally: Access is denied").
298298

299-
### Changelog
299+
Updates go-ds-pebble to v0.5.3 (pebble v2.1.0).
300300

301-
<details>
302-
<summary>Full Changelog</summary>
301+
### 📝 Changelog
302+
303+
<details><summary>Full Changelog</summary>
304+
305+
- github.com/ipfs/kubo:
306+
- chore: v0.38.1
307+
- fix: migrations for Windows (#11010) ([ipfs/kubo#11010](https://github.com/ipfs/kubo/pull/11010))
308+
- Upgrade go-ds-pebble to v0.5.3 (#11011) ([ipfs/kubo#11011](https://github.com/ipfs/kubo/pull/11011))
309+
- upgrade go-ds-pebble to v0.5.2 (#11000) ([ipfs/kubo#11000](https://github.com/ipfs/kubo/pull/11000))
310+
- github.com/ipfs/go-ds-pebble (v0.5.1 -> v0.5.3):
311+
- new version (#62) ([ipfs/go-ds-pebble#62](https://github.com/ipfs/go-ds-pebble/pull/62))
312+
- fix panic when batch is reused after commit (#61) ([ipfs/go-ds-pebble#61](https://github.com/ipfs/go-ds-pebble/pull/61))
313+
- new version (#60) ([ipfs/go-ds-pebble#60](https://github.com/ipfs/go-ds-pebble/pull/60))
314+
- Upgrade to pebble v2.1.0 (#59) ([ipfs/go-ds-pebble#59](https://github.com/ipfs/go-ds-pebble/pull/59))
315+
- update readme (#57) ([ipfs/go-ds-pebble#57](https://github.com/ipfs/go-ds-pebble/pull/57))
303316

304317
</details>
305318

306319
### 👨‍👩‍👧‍👦 Contributors
307320

308321
| Contributor | Commits | Lines ± | Files Changed |
309322
|-------------|---------|---------|---------------|
310-
| TBD | | | |
323+
| Marcin Rataj | 2 | +613/-267 | 15 |
324+
| Andrew Gillis | 6 | +148/-22 | 8 |

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
var CurrentCommit string
1212

1313
// CurrentVersionNumber is the current application's version literal.
14-
const CurrentVersionNumber = "0.38.0"
14+
const CurrentVersionNumber = "0.38.1"
1515

1616
const ApiVersion = "/kubo/" + CurrentVersionNumber + "/" //nolint
1717

0 commit comments

Comments
 (0)