Releases: nanodelabs/novalyn
Releases · nanodelabs/novalyn
v0.1.1
Install novalyn 0.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nanodelabs/novalyn/releases/download/v0.1.1/novalyn-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nanodelabs/novalyn/releases/download/v0.1.1/novalyn-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install MuntasirSZN/programs/novalynInstall prebuilt binaries into your npm project
npm install @nanodelabs/novalyn@0.1.1Download novalyn 0.1.1
| File | Platform | Checksum |
|---|---|---|
| novalyn-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| novalyn-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| novalyn-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| novalyn-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| novalyn-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| novalyn-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum |
| novalyn-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum |
| novalyn-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum |
v0.1.0
Immutable
release. Only release title and notes can be modified.
Release Notes
🚀 Enhancements
- config: Add configuration layer stage 1 (tasks 6-14) with defaults, file loading, env precedence (7f4615c)
- repo: Auto-detect repository and expose parsed provider + URLs (tasks 15-18) (3b8caae)
- repo,ci: Add reference formatting helpers and integrate cargo-nextest (task 19) (f84d55b)
- git: Implement git layer (tasks 20-26) with tests (01dd885)
- parse,version,interp: Implement stages 4-6 (parsing, semver inference, interpolation) with tests (3723fbc)
- parse,config,ci: Enhanced footer parsing, scope mapping, nextest CI, default patch bump (74aa9f9)
- Add authors aggregation, rendering, changelog pipeline, CLI flags, tagging, and update tasks.md (dfd3c79)
- github,logging: Add GitHub release sync stub, tracing spans, verbosity flags, date format test (6cff82e)
- Implement missing core features: error handling, parallel processing, CLI improvements, and modern benchmarking with npm support planning (#1)
- Implement remaining tasks from tasks.md: code quality, CI/CD, and developer tooling (#4)
- Complete stages 11, 14, 16, 17, and 24 of task breakdown (#11)
- New hand rolled parser thats crazy fast (a44c9eb)
- Async everything, comprehensive docstrings, concurrent GitHub API, and expanded test coverage (#25)
- Make everything async, concurrent and parallel (#26)
- Dont repeat yourself ()
🩹 Fixes
- Ci (c20fd07)
💅 Refactors
- A lot of things (363b909)
📖 Documentation
- tasks: Add developer workflow (fmt, clippy, nextest) section (4bf8270)
- Implement 5 documentation stages (tasks 101-105) (#8)
🏡 Chore
- Stage 0 Complete (d59b78a)
- license: Change to my name and start year (492e114)
- Format (0944a6d)
- Format, lint, use aws-lc with rustls (native) (52dea0a)
- format: Cargo toml (5fbc090)
- Format and lint (378918a)
- Add some more Cargo.toml option (a25a7e4)
- Change devcontainer image to Rust latest version (1ea4b3a)
- Include updated Cargo.lock and editor config (c8a3969)
- Format and lint fixes (cee1aa9)
- Remove weird files (0a713ba)
- Format and fix tests (f01de10)
- Configure cargo toml (6042fb5)
- Set up Copilot instructions for changelogen-rs repository (#3)
- Add doc tests in i (87ddeb0)
- Reflect in tasks.md (348313d)
- Update tasks.md again (0a5559f)
- Remove deprecated authors field (e9bc3bf)
- Use 1.90.0 (7a60da2)
- Add dependabot (405f7be)
- Change name (cf99ff7)
- Add conventional commits forcing (c65b172)
- Add conventional commits workflow + typos (218f1c8)
- Format and and codspeed (76e2c5c)
- Replace make with just, add validate pr title workflow, committed config, stale workflow, coverage with llvm-cov (00c2129)
- Delete CHANGELOG.md (f3e2866)
- Fix ci (1272a1f)
- Fix ci and format (8f831de)
- Rename everything (7487107)
- Format (fbbc362)
- Use codspeed macro runners and add codeql (#16)
- Fix mimalloc and tighten security (#17)
- Better benches (174e5a6)
- Coverage token given again (ce1ed3c)
- Use codspeeds instrumentation mode again (finale) and perfed cargo config (4c38d5d)
- Unpin divan version (fa16951)
- Some workspace cleanup (#20)
- ci: Restore .github folder and workflows after accidental deletion (12336ed)
- Update benches workflow to bench core only (61075d3)
- Migrate to gix and others (497c25c)
- Fix cargo deny (47abd9e)
- Fix benches again (c916b21)
- Probable fix (b72bbd0)
- Probable fix (74ed32e)
- Format files (f20bc4c)
- Docstrings (22ea008)
- Fix tests and doc (b09c2ad)
- Fix doctstring and clippy (d773d09)
- Add cargo-dist (b3ec9dc)
✅ Tests
- config: Add config tests and unknown key warnings; complete tasks 7-13 (2eab1db)
- authors: Address clippy field_reassign_with_default warning (10ecac3)
- pipeline,render,github: Deterministic ordering + pipeline exit/no-change + github fallback; adjust no-commit bump semantics (5f97349)
- cli,render,git: Add insta snapshots, unknown subcommand, signed tag; update task statuses (2b22862)
🤖 CI
❤️ Contributors
- MuntasirSZN (@MuntasirSZN)
- Ca34d03 (@MuntasirSZN)
- Copilot (@MicrosoftCopilot)
- Muntasir Mahmud (@MuntasirSZN)
Install novalyn 0.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nanodelabs/novalyn/releases/download/novalyn-v0.1.0/novalyn-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nanodelabs/novalyn/releases/download/novalyn-v0.1.0/novalyn-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install MuntasirSZN/programs/novalynInstall prebuilt binaries into your npm project
npm install @nanodelabs/novalyn@0.1.0Download novalyn 0.1.0
| File | Platform | Checksum |
|---|---|---|
| novalyn-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| novalyn-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| novalyn-x86_64-pc-windows-msvc.zip | x64 Windows | [checksum](https://git... |