Skip to content

Commit 175de79

Browse files
authored
chore: release v0.0.2
1 parent 70432e7 commit 175de79

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
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+
## [0.0.2](https://github.com/oxc-project/nodejs-built-in-modules/compare/nodejs-built-in-modules-v0.0.1...nodejs-built-in-modules-v0.0.2) - 2025-12-25
11+
12+
### Added
13+
14+
- add Rust-based builtin modules generator with automated workflow
15+
16+
### Fixed
17+
18+
- make `is_nodejs_builtin_module` fail for `node:random-specifier`
19+
20+
### Other
21+
22+
- use criterion2 instead of criterion
23+
- add benchmark results comparing contains vs binary_search

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
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "nodejs-built-in-modules"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = ["Boshen <boshenc@gmail.com>"]
99
categories = []
1010
edition = "2024"

0 commit comments

Comments
 (0)