Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.4] - 2026-02-26
## [0.1.0-alpha.5] - 2026-02-26

### Added
- Automated fallback to source build for Windows (`win32`) via `postinstall` script
Expand Down Expand Up @@ -116,8 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Security policy and code of conduct
- GitHub issue templates for bug reports and feature requests

[Unreleased]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.4...HEAD
[0.1.0-alpha.4]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.3...v0.1.0-alpha.4
[Unreleased]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.5...HEAD
[0.1.0-alpha.5]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.4...v0.1.0-alpha.5
[0.1.0-alpha.3]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.2...v0.1.0-alpha.3
[0.1.0-alpha.2]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.1...v0.1.0-alpha.2
[0.1.0-alpha.1]: https://github.com/dmytroPolhul/eventum/compare/v0.1.0-alpha.0...v0.1.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eventum"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
edition = "2021"

build = "build.rs"
Expand Down
88 changes: 14 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "eventum",
"version": "0.1.0-alpha.4",
"version": "0.1.0-alpha.5",
"private": false,
"description": "Ultra-fast, low-overhead logger for Node.js powered by Rust and napi-rs",
"homepage": "https://github.com/dmytroPolhul/eventum#readme",
"engines": {
"node": ">=18.0.0"
},
"optionalDependencies": {
"eventum-darwin-arm64": "0.1.0-alpha.4",
"eventum-darwin-x64": "0.1.0-alpha.4",
"eventum-linux-arm64-gnu": "0.1.0-alpha.4",
"eventum-linux-arm64-musl": "0.1.0-alpha.4",
"eventum-linux-x64-gnu": "0.1.0-alpha.4",
"eventum-linux-x64-musl": "0.1.0-alpha.4"
"eventum-darwin-arm64": "0.1.0-alpha.5",
"eventum-darwin-x64": "0.1.0-alpha.5",
"eventum-linux-arm64-gnu": "0.1.0-alpha.5",
"eventum-linux-arm64-musl": "0.1.0-alpha.5",
"eventum-linux-x64-gnu": "0.1.0-alpha.5",
"eventum-linux-x64-musl": "0.1.0-alpha.5"
},
"bugs": {
"url": "https://github.com/dmytroPolhul/eventum/issues"
Expand Down
Loading