Skip to content

Tags: burggraf/rustdex

Tags

v0.4.3

Toggle v0.4.3's commit message
Bump npm package version to 0.4.3

v0.4.2

Toggle v0.4.2's commit message
0.4.2

v0.4.1

Toggle v0.4.1's commit message
Release v0.4.1: Fix npm installer for correct release filenames

- Update version to 0.4.1 (npm doesn't allow republishing same version)
- Fix installer to use 'v' prefix in filenames (rustdex-v0.4.1-*.zip)
- Update CHANGELOG and README

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0: Add npm package distribution

- Add npm package for easy installation (npm install -g rustdex)
- Automatic platform detection and binary download from GitHub Releases
- Cross-platform support: macOS (ARM64/x64), Linux (ARM64/AMD64), Windows (ARM64/AMD64)
- Update version to 0.4.0 throughout the project
- Add publishing helper script (publish-npm.sh)
- Update documentation with npm as recommended installation method
- Add comprehensive npm setup guide (NPM_SETUP.md)
- Update CHANGELOG with new features

v0.3.1

Toggle v0.3.1's commit message
0.3.1

v0.3.0

Toggle v0.3.0's commit message
v0.3.0: Expand excluded directories for indexing

- Add .worktree folder to skip list (git worktrees)
- Add comprehensive exclusion list:
  - Version control: .svn, .hg, .bzr
  - Package managers: bower_components, jspm_packages
  - Python: .tox, .eggs, .mypy_cache, .pytest_cache, .ruff_cache
  - Go/PHP: vendor, third_party, third-party
  - Build outputs: dist, build
- Document excluded directories in README.md
- Update version to 0.3.0

v0.2.0

Toggle v0.2.0's commit message
Bump version to 0.2.0, add --json support to index and list-repos, ad…

…d --version flag, add symbol_count to RepoInfo

v0.1.0

Toggle v0.1.0's commit message
Disable macOS x64 build - certificate import issue on macos-14