Skip to content

Commit 16116ae

Browse files
authored
chore: release v4.0.0 (#85)
1 parent 6663345 commit 16116ae

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.0](https://github.com/oxc-project/oxc-index-vec/compare/v3.1.0...v4.0.0) - 2025-09-30
11+
12+
### Added
13+
14+
- add const support to methods where possible ([#87](https://github.com/oxc-project/oxc-index-vec/pull/87))
15+
- add NonMaxU32 support via define_nonmax_index_type! macro ([#86](https://github.com/oxc-project/oxc-index-vec/pull/86))
16+
17+
### Fixed
18+
19+
- reorder attributes in define_nonmax_index_type! for proc macro compatibility
20+
21+
### Other
22+
23+
- cargo fmt
24+
- make serde and nonmax optional features
25+
- make nonmax support always available and use crate's own nonmax
26+
- make serde support always available and use crate's own serde
27+
- add documentation to all public methods to fix missing_docs warnings
28+
- remove backward compatibility alias for define_nonmax_index_type!
29+
- rename define_nonmax_index_type! to define_nonmax_u32_index_type!
30+
- apply tuple struct pattern to define_index_type! macro
31+
- remove #[repr(transparent)] from define_nonmax_index_type!
32+
- change define_nonmax_index_type! to use tuple struct pattern
33+
- document custom attribute support in define_nonmax_index_type!
34+
- remove bounds check from IndexVec::push ([#84](https://github.com/oxc-project/oxc-index-vec/pull/84))
35+
1036
## [3.1.0](https://github.com/oxc-project/oxc-index-vec/compare/v3.0.0...v3.1.0) - 2025-09-11
1137

1238
### 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 = "3.1.0"
3+
version = "4.0.0"
44
publish = true
55
authors = ["Boshen <[email protected]>"]
66
edition = "2024"

0 commit comments

Comments
 (0)