Skip to content

Commit 398e735

Browse files
authored
chore: release v4.0.1 (#88)
1 parent df408f5 commit 398e735

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.0](https://github.com/oxc-project/oxc-index-vec/compare/v4.0.0...v4.1.0) - 2025-10-04
11+
12+
### Added
13+
14+
- improve Debug output for index types ([#92](https://github.com/oxc-project/oxc-index-vec/pull/92))
15+
16+
### Other
17+
18+
- update README with new features and usage examples
19+
1020
## [4.0.0](https://github.com/oxc-project/oxc-index-vec/compare/v3.1.0...v4.0.0) - 2025-09-30
1121

1222
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_index"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
publish = true
55
authors = ["Boshen <[email protected]>"]
66
edition = "2024"

0 commit comments

Comments
 (0)