Releases: IohannRabeson/tmignore-rs
Releases · IohannRabeson/tmignore-rs
Release list
0.3.10
What's Changed
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #107
- Bump codecov/codecov-action from 6 to 7 by @dependabot[bot] in #106
- Bump anyhow from 1.0.102 to 1.0.103 by @dependabot[bot] in #108
- Bump ignore from 0.4.25 to 0.4.26 by @dependabot[bot] in #109
- Bump log from 0.4.30 to 0.4.33 by @dependabot[bot] in #111
- Bump bytesize from 2.3.1 to 2.4.0 by @dependabot[bot] in #112
- Bump nixpkgs from
b51242dto1f01958by @dependabot[bot] in #113 - Ignore symlinks when scanning by @IohannRabeson in #114
- Prevent supply chain attack where a tag is moved to a new commit by s… by @IohannRabeson in #115
- Prevent to use local repository configuration by @IohannRabeson in #116
- Add a workflow to run cargo audit each monday, and on push and PR to main. by @IohannRabeson in #117
- Try to optimize by @IohannRabeson in #118
- Update vergen to 10.0.1 by @IohannRabeson in #120
- Fix clippy warning by @IohannRabeson in #119
- Group dependabot PRs for cargo, but not majors update. by @IohannRabeson in #121
- Bump the cargo-all group with 3 updates by @dependabot[bot] in #123
- Bump nixpkgs from
1f01958to95ca1e2by @dependabot[bot] in #122
Full Changelog: 0.3.9...0.3.10
0.3.9
0.3.8
Previous version 0.3.7 contains a security fix #99
What's Changed
- Improve worktree support by @IohannRabeson in #102
- Assert matches by @IohannRabeson in #103
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
- Bump nixpkgs from nixos-25.11 to nixos-26.05 by @dependabot[bot] in #97
- Bump serde_json from 1.0.149 to 1.0.150 by @dependabot[bot] in #96
- Bump serial_test from 3.4.0 to 3.5.0 by @dependabot[bot] in #95
- Bump log from 0.4.29 to 0.4.30 by @dependabot[bot] in #94
- Prevent fetch_total_size to follow symlinks by @IohannRabeson in #98
- Prevent execution of script when scanning repositories. by @IohannRabeson in #99
- Avoid relying on LIKE and % in SQL queries by @IohannRabeson in #100
- Improve coverage by @IohannRabeson in #101
Full Changelog: 0.3.6...0.3.7
0.3.6
What's Changed
- Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #85
- Bump nixpkgs from
10e7ad5to755f5aaby @dependabot[bot] in #86 - Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #84
- Bump libc from 0.2.185 to 0.2.186 by @dependabot[bot] in #83
- Fix new clippy warnings added with rust 1.95 by @IohannRabeson in #87
- Fix path prefix collision in LIKE queries by @IohannRabeson in #88
- Do not silently fails if the transaction can't be created. by @IohannRabeson in #89
- Prevent paths hijacking by @IohannRabeson in #90
- Do not expand and validate twice. by @IohannRabeson in #92
- Ensure writing json file is atomic. by @IohannRabeson in #91
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- Fix the issue where worktree are ignored instead of being scanned like a repository by @IohannRabeson in #77
- Pause monitor when Time Machine is doing a backup by @IohannRabeson in #76
- Add pluralization support by @IohannRabeson in #79
- Remove usages of unwrap by @IohannRabeson in #80
Full Changelog: 0.3.4...0.3.5
0.3.4
Now the homebrew formula deploys the binaries stored by Github, removing the needs for the rust dependency.
0.3.3
Now the homebrew formula deploys the binaries stored by Github, removing the needs for the rust dependency.
Internal changes and fix missing binaries from release
I broken the release of the binaries, this is mostly to provide them again.
Also now we use the bundled sqlite provided by rusqlite.
New command `stats last-update`
New command stats last-update to print the date and time of the last cache update.
> tmignore-rs stats last-update
2026-04-16 00:08:00.479283 -04:00
Also reduced the binary size from 4M to 2.7M (for ARM64).