Skip to content

Commit 5a337f7

Browse files
authored
chore: release v3.0.1 (#53)
1 parent d3c1ebd commit 5a337f7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [3.1.0](https://github.com/oxc-project/oxc-index-vec/compare/v3.0.0...v3.1.0) - 2025-09-11
11+
12+
### Added
13+
14+
- implement `rayon::slice::ParallelSlice` / `rayon::slice::ParallelSliceMut` trait ([#72](https://github.com/oxc-project/oxc-index-vec/pull/72))
15+
16+
### Other
17+
18+
- *(deps)* lock file maintenance rust crates ([#61](https://github.com/oxc-project/oxc-index-vec/pull/61))
19+
- *(deps)* lock file maintenance ([#57](https://github.com/oxc-project/oxc-index-vec/pull/57))
20+
- *(deps)* update dependency rust to v1.89.0 ([#52](https://github.com/oxc-project/oxc-index-vec/pull/52))
21+
# Changelog
22+
323
All notable changes to this package will be documented in this file.
424

525
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.

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

0 commit comments

Comments
 (0)