Skip to content

Commit 3837151

Browse files
authored
chore: release v2.0.0 (#3)
1 parent 69964d4 commit 3837151

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
44

55
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.
66

7+
## [2.0.0](https://github.com/oxc-project/oxc-index-vec/compare/v1.0.1...v2.0.0) - 2024-12-09
8+
9+
### Other
10+
11+
- use "serde" feature
12+
- *(deps)* update dependency rust to v1.83.0 (#2)
13+
- add README
14+
715
## [1.0.1](https://github.com/oxc-project/oxc-index-vec/compare/v1.0.0...v1.0.1) - 2024-12-01
816

917
### Fixed

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 = "1.0.1"
3+
version = "2.0.0"
44
publish = true
55
authors = ["Boshen <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)