- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- (encrypt) add --hide-name to encrypt the original filename and write opaque .enc names - (f652118) - containerscrew
- (decrypt) detect truncated ciphertext by requiring the stream to end on encrypt_last - (63f9cc1) - containerscrew
- (deps) bump crossbeam-epoch to 0.9.20 (RUSTSEC-2026-0204) - (77e36ed) - containerscrew
- (security) grant checks:write to the security job so audit-check can report advisories - (832c0bc) - containerscrew
- (file_ops) return a clear error when --key-path points at a directory - (3f9cc51) - containerscrew
- (cli) rename --private-key-path flag to --key-path - (6503462) - containerscrew
- (agents) require regenerating architecture diagrams on call-flow changes - (21e1dc5) - containerscrew
- (agents) require re-indexing codebase-memory after code or important repo changes - (ed97761) - containerscrew
- (agents) warn against committing scratch files and bumping past a feat as patch - (bfbe57b) - containerscrew
- (readme) add -r flag to decrypt step in Quickstart - (0110d65) - containerscrew
- (readme) show ciphertext peek step in Quickstart - (9aa078b) - containerscrew
- add architecture diagrams (call flow + decrypt sequence) - (deb996d) - containerscrew
- add Development setup section to README - (62f91cf) - containerscrew
- document post-quantum design intent in README and SECURITY - (e906f0c) - containerscrew
- reflect 0.7.0 Argon2 CLI knobs and zeroize memory hygiene - (8668a6a) - containerscrew
- pin Rust toolchain to 1.96.0 - (ca1905a) - containerscrew
- show all commits in release changelog and bump RUST_VERSION to 1.96.0 - (8542b88) - containerscrew
- (install) verify sha256 checksum before install - (e7bbf43) - containerscrew
- (skills) pin optional project skills via skills-lock - (bd0ed0a) - containerscrew
- (deps) bump indicatif from 0.18.5 to 0.18.6 - (752b81b) - dependabot[bot]
- remove stray review.md from tree - (c52cda5) - containerscrew
- add zeroize memory hardening, custom Argon2 params, and per-file progress bars - (019ba80) - containerscrew
- (deps) bump console from 0.16.3 to 0.16.4 - (2562749) - dependabot[bot]
- (deps) bump indicatif from 0.18.4 to 0.18.5 - (deed740) - dependabot[bot]
- (deps) bump sha2 from 0.10.9 to 0.11.0 - (e823843) - dependabot[bot]
- (deps) bump anyhow from 1.0.102 to 1.0.103 - (7eaa269) - dependabot[bot]
- (deps) bump hkdf from 0.12.4 to 0.13.0 - (9daff54) - dependabot[bot]
- (version) 0.6.0 - (c3de5ed) - containerscrew
- (crypto) v3 file format with passphrase (Argon2id) mode - (2457505) - containerscrew
- (crypto) v2 file format with HKDF subkey and AAD-bound header - (39322c9) - containerscrew
- (ci) correct crates.io typo, add --locked and rust-cache to publish job - (69ee3b6) - containerscrew
- (release) push bump commit alongside tag in post_bump_hooks - (6e447f4) - containerscrew
- (agents) require doc sweep on every code change - (ff3a418) - containerscrew
- (agents) note v3 format, passphrase mode, and the new modules - (037768a) - containerscrew
- (crypto) component-aware exclude, atomic writes, .enc warning - (65afa8e) - containerscrew
- apply cargo fmt - (85781ea) - containerscrew
- (cli) colorize success and error output in the CLI - (2fb8865) - containerscrew
- (packaging) distribute via Homebrew formula instead of cask - (08df8f1) - containerscrew
- (security) whitelist rsecure GPL-3.0-or-later in cargo-deny exceptions - (b1443a3) - containerscrew
- (agents) add AGENTS.md as multi-agent project context - (2a84880) - containerscrew
- (readme) make Quickstart fully runnable using /tmp paths and -r flag - (e5c0bb6) - containerscrew
- (readme) replace static screenshot with animated demo GIF - (33964dc) - containerscrew
- (readme) point Homebrew fallback to cargo or curl install instead of releases page - (373cb42) - containerscrew
- (readme) polish README with quickstart, security section, and badges - (888b114) - containerscrew
- add Swatinem rust-cache and clippy step - (3d13b4d) - containerscrew
- address clippy lints (needless_borrow, unnecessary_map_or) - (873dfd0) - containerscrew
- (packaging) add crates.io keywords, categories, and readme metadata - (0690dae) - containerscrew
- (release) automate version bump with cargo-edit hook - (67b0516) - containerscrew
- (security) add supply-chain checks, forbid unsafe, document threat model - (ebaf911) - containerscrew
- sync Cargo.lock to 0.4.1 - (7e22923) - containerscrew
- implement aes gcm stream with 128kb & rayon threads & indicatif - (cf229cf) - containerscrew
- implement aes gcm stream with 4kb - (50b3a33) - containerscrew
- add optional Claude Code skills pack reference - (d66bb4b) - containerscrew
- update README - (f8121d5) - containerscrew
- update README.md - (581c415) - containerscrew
- fix rpm installation command - (9bd99c9) - containerscrew
- (deps) update Cargo.lock dependencies - (71ef791) - containerscrew
- (deps) bump assert_cmd from 2.2.1 to 2.2.2 - (64e6342) - dependabot[bot]
- (deps) bump assert_cmd from 2.2.0 to 2.2.1 - (9610c6c) - dependabot[bot]
- (deps) bump clap from 4.6.0 to 4.6.1 - (963e987) - dependabot[bot]
- (deps) bump rayon from 1.11.0 to 1.12.0 - (24b268d) - dependabot[bot]
- (deps) bump clap from 4.5.60 to 4.6.0 - (6436f01) - dependabot[bot]
- (deps) bump assert_cmd from 2.1.2 to 2.2.0 - (0a8b521) - dependabot[bot]
- (deps) bump tempfile from 3.26.0 to 3.27.0 - (a71b6c9) - dependabot[bot]
- (version) 0.4.0 - (97dc9b8) - containerscrew
- (version) 0.4.0 - (f0f1ae6) - containerscrew
- (version) 0.4.0 - (c57159a) - containerscrew
- (version) 0.4.0 - (e593018) - containerscrew
- remove empty packages section from cog config - (5b7b900) - containerscrew
- remove .cargo/ dir - (b0e5135) - containerscrew
- fix pipeline build stage - (e72dd99) - containerscrew
- fix pipeline build stage - (b8adaa4) - containerscrew
- update checkout action version - (e944cfe) - containerscrew
- update ci-cd pipeline - (88377b1) - containerscrew
- update checkout action version & rustup default stable - (35f049f) - containerscrew
- remove telegram notification from ci-cd pipeline - (3fa7123) - containerscrew
- update rust version - (9bf09ec) - containerscrew
- remove comment - (d97eafd) - containerscrew
- add fedora lima for testing - (a753d06) - containerscrew
- new version 0.4.0 - (1c0317b) - containerscrew
- add stage dependency in ci-cd pipeline - (2fd8250) - containerscrew
- add aes-gcm stream - (0a63ff6) - containerscrew
- update ci-cd pipeline - (5fbe23d) - containerscrew
- add publish to create in ci-cd pipeline & telegram notification - (52c789b) - containerscrew
- remove packaging folder - (44697bc) - containerscrew
- implement aes gcm stream with 128kb & rayon threads & indicatif - (cf229cf) - containerscrew
- implement aes gcm stream with 4kb - (50b3a33) - containerscrew
- update README - (f8121d5) - containerscrew
- update README.md - (581c415) - containerscrew
- fix rpm installation command - (9bd99c9) - containerscrew
- (deps) bump clap from 4.5.60 to 4.6.0 - (6436f01) - dependabot[bot]
- (deps) bump assert_cmd from 2.1.2 to 2.2.0 - (0a8b521) - dependabot[bot]
- (deps) bump tempfile from 3.26.0 to 3.27.0 - (a71b6c9) - dependabot[bot]
- (version) 0.4.0 - (f0f1ae6) - containerscrew
- (version) 0.4.0 - (c57159a) - containerscrew
- (version) 0.4.0 - (e593018) - containerscrew
- remove .cargo/ dir - (b0e5135) - containerscrew
- fix pipeline build stage - (e72dd99) - containerscrew
- fix pipeline build stage - (b8adaa4) - containerscrew
- update checkout action version - (e944cfe) - containerscrew
- update ci-cd pipeline - (88377b1) - containerscrew
- update checkout action version & rustup default stable - (35f049f) - containerscrew
- remove telegram notification from ci-cd pipeline - (3fa7123) - containerscrew
- update rust version - (9bf09ec) - containerscrew
- remove comment - (d97eafd) - containerscrew
- add fedora lima for testing - (a753d06) - containerscrew
- new version 0.4.0 - (1c0317b) - containerscrew
- add stage dependency in ci-cd pipeline - (2fd8250) - containerscrew
- add aes-gcm stream - (0a63ff6) - containerscrew
- update ci-cd pipeline - (5fbe23d) - containerscrew
- add publish to create in ci-cd pipeline & telegram notification - (52c789b) - containerscrew
- remove packaging folder - (44697bc) - containerscrew
- implement aes gcm stream with 128kb & rayon threads & indicatif - (cf229cf) - containerscrew
- implement aes gcm stream with 4kb - (50b3a33) - containerscrew
- update README - (f8121d5) - containerscrew
- update README.md - (581c415) - containerscrew
- fix rpm installation command - (9bd99c9) - containerscrew
- (deps) bump clap from 4.5.60 to 4.6.0 - (6436f01) - dependabot[bot]
- (deps) bump assert_cmd from 2.1.2 to 2.2.0 - (0a8b521) - dependabot[bot]
- (deps) bump tempfile from 3.26.0 to 3.27.0 - (a71b6c9) - dependabot[bot]
- (version) 0.4.0 - (c57159a) - containerscrew
- (version) 0.4.0 - (e593018) - containerscrew
- fix pipeline build stage - (e72dd99) - containerscrew
- fix pipeline build stage - (b8adaa4) - containerscrew
- update checkout action version - (e944cfe) - containerscrew
- update ci-cd pipeline - (88377b1) - containerscrew
- update checkout action version & rustup default stable - (35f049f) - containerscrew
- remove telegram notification from ci-cd pipeline - (3fa7123) - containerscrew
- update rust version - (9bf09ec) - containerscrew
- remove comment - (d97eafd) - containerscrew
- add fedora lima for testing - (a753d06) - containerscrew
- new version 0.4.0 - (1c0317b) - containerscrew
- add stage dependency in ci-cd pipeline - (2fd8250) - containerscrew
- add aes-gcm stream - (0a63ff6) - containerscrew
- update ci-cd pipeline - (5fbe23d) - containerscrew
- add publish to create in ci-cd pipeline & telegram notification - (52c789b) - containerscrew
- remove packaging folder - (44697bc) - containerscrew
- implement aes gcm stream with 128kb & rayon threads & indicatif - (cf229cf) - containerscrew
- implement aes gcm stream with 4kb - (50b3a33) - containerscrew
- update README - (f8121d5) - containerscrew
- update README.md - (581c415) - containerscrew
- fix rpm installation command - (9bd99c9) - containerscrew
- (deps) bump clap from 4.5.60 to 4.6.0 - (6436f01) - dependabot[bot]
- (deps) bump assert_cmd from 2.1.2 to 2.2.0 - (0a8b521) - dependabot[bot]
- (deps) bump tempfile from 3.26.0 to 3.27.0 - (a71b6c9) - dependabot[bot]
- (version) 0.4.0 - (e593018) - containerscrew
- remove telegram notification from ci-cd pipeline - (3fa7123) - containerscrew
- update rust version - (9bf09ec) - containerscrew
- remove comment - (d97eafd) - containerscrew
- add fedora lima for testing - (a753d06) - containerscrew
- new version 0.4.0 - (1c0317b) - containerscrew
- add stage dependency in ci-cd pipeline - (2fd8250) - containerscrew
- add aes-gcm stream - (0a63ff6) - containerscrew
- update ci-cd pipeline - (5fbe23d) - containerscrew
- add publish to create in ci-cd pipeline & telegram notification - (52c789b) - containerscrew
- remove packaging folder - (44697bc) - containerscrew
- fix rpm installation command - (9bd99c9) - containerscrew
- update README.md - (581c415) - containerscrew
- implement aes gcm stream with 128kb & rayon threads & indicatif - (cf229cf) - containerscrew
- implement aes gcm stream with 4kb - (50b3a33) - containerscrew
- (deps) bump clap from 4.5.60 to 4.6.0 - (6436f01) - dependabot[bot]
- (deps) bump assert_cmd from 2.1.2 to 2.2.0 - (0a8b521) - dependabot[bot]
- (deps) bump tempfile from 3.26.0 to 3.27.0 - (a71b6c9) - dependabot[bot]
- add fedora lima for testing - (a753d06) - containerscrew
- new version 0.4.0 - (1c0317b) - containerscrew
- add stage dependency in ci-cd pipeline - (2fd8250) - containerscrew
- add aes-gcm stream - (0a63ff6) - containerscrew
- update ci-cd pipeline - (5fbe23d) - containerscrew
- add publish to create in ci-cd pipeline & telegram notification - (52c789b) - containerscrew
- remove packaging folder - (44697bc) - containerscrew
- panic error when decrypting non .enc files - (ed1419e) - containerscrew
- panic error when decrypting non .enc files - (4084dfc) - containerscrew
- update README.md - (c1585e8) - containerscrew
- update README.md - (4004a81) - containerscrew
- update README.md - (ede3875) - containerscrew
- update README.md - (8c5b962) - containerscrew
- update installation methods and local dev doc - (e2d0d77) - containerscrew
- automatic installation for alpine distro - (85ee1c4) - containerscrew
- working with install.sh script - (668fc99) - containerscrew
- update install.sh script - (869017b) - containerscrew
- update install.sh script - (8a75be3) - containerscrew
- update install.sh script - (fcc2070) - containerscrew
- update install.sh script - (ef575a4) - containerscrew
- AUR_KEY in ci-cd pipeline - (9a18294) - containerscrew
- LICENSE link in README - (0ff323a) - containerscrew
- (goreleaser) add automatic AUR packaging - (18548dc) - containerscrew
- update README.md - (5dcdc4d) - containerscrew
- update README - (31c7571) - containerscrew
- update README - (79761e6) - containerscrew
- update README - (58d2e34) - containerscrew
- update homebrew installation method - (1e45d74) - containerscrew
- (deps) bump tempfile from 3.25.0 to 3.26.0 - (5023016) - dependabot[bot]
- (deps) bump anyhow from 1.0.101 to 1.0.102 - (0e4136b) - dependabot[bot]
- (deps) bump clap from 4.5.59 to 4.5.60 - (fdd18fd) - dependabot[bot]
- (deps) bump clap from 4.5.58 to 4.5.59 - (00434b1) - dependabot[bot]
- (version) 0.3.3 - (e08c1be) - containerscrew
- dependency updates - (cb2175b) - containerscrew
- update build.sh script - (35ca15c) - containerscrew
- .goreleaser.yaml - (01668a3) - containerscrew
- LICENSE link in README - (0ff323a) - containerscrew
- (goreleaser) add automatic AUR packaging - (18548dc) - containerscrew
- update README.md - (5dcdc4d) - containerscrew
- update README - (31c7571) - containerscrew
- update README - (79761e6) - containerscrew
- update README - (58d2e34) - containerscrew
- update homebrew installation method - (1e45d74) - containerscrew
- (deps) bump tempfile from 3.25.0 to 3.26.0 - (5023016) - dependabot[bot]
- (deps) bump anyhow from 1.0.101 to 1.0.102 - (0e4136b) - dependabot[bot]
- (deps) bump clap from 4.5.59 to 4.5.60 - (fdd18fd) - dependabot[bot]
- (deps) bump clap from 4.5.58 to 4.5.59 - (00434b1) - dependabot[bot]
- dependency updates - (cb2175b) - containerscrew
- update build.sh script - (35ca15c) - containerscrew
- .goreleaser.yaml - (01668a3) - containerscrew
- goreleaser template name - (69b0afd) - containerscrew
- goreleaser changelog config - (002f254) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update installation methods and local dev doc - (9331911) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (903fab1) - containerscrew
- (version) 0.3.2 - (3eeb0b0) - containerscrew
- (version) 0.3.2 - (edf3c92) - containerscrew
- (version) 0.3.2 - (431191c) - containerscrew
- (version) 0.3.2 - (4273fbb) - containerscrew
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- .goreleaser.yaml - (4f4480d) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- aur package using goreleaser - (3581a85) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser template name - (69b0afd) - containerscrew
- goreleaser changelog config - (002f254) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update installation methods and local dev doc - (9331911) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (3eeb0b0) - containerscrew
- (version) 0.3.2 - (edf3c92) - containerscrew
- (version) 0.3.2 - (431191c) - containerscrew
- (version) 0.3.2 - (4273fbb) - containerscrew
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- .goreleaser.yaml - (4f4480d) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- aur package using goreleaser - (3581a85) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser changelog config - (002f254) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update installation methods and local dev doc - (9331911) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (edf3c92) - containerscrew
- (version) 0.3.2 - (431191c) - containerscrew
- (version) 0.3.2 - (4273fbb) - containerscrew
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- .goreleaser.yaml - (4f4480d) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- aur package using goreleaser - (3581a85) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (431191c) - containerscrew
- (version) 0.3.2 - (4273fbb) - containerscrew
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- .goreleaser.yaml - (4f4480d) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- aur package using goreleaser - (3581a85) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (4273fbb) - containerscrew
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- aur package using goreleaser - (3581a85) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser aur packaging - (4bd659f) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (a77295c) - containerscrew
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser aur packaging - (135d6a3) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (532e1a5) - containerscrew
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (3ff8d67) - containerscrew
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) push to arch aur - (8cbe971) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- set homebrew tap token in gorelease ci-cd stage - (f38c5ab) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (0278d7b) - containerscrew
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- goreleaser token for homebrew-tap repo - (9d9724b) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (6ecbedb) - containerscrew
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (3496366) - containerscrew
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- (goreleaser) update repository name in homebrew_cask - (ec7da0f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- remove Cask folder - (910bc0d) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (f18e2ca) - containerscrew
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- cicd: comment publish to crates.io - (dcc3f9a) - containerscrew
- ignore zig cache - (382f57f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.2 - (8ea7c5f) - containerscrew
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- enable tests in pre-commit.sh - (11748a6) - containerscrew
- new version 0.3.2 - (87640df) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- ci-cd pipeline - (4e9247a) - containerscrew
- ci-cd pipeline - (147b7ed) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- update badges - (e9ba7f0) - containerscrew
- update badges - (183c26c) - containerscrew
- update README badges - (22a8f74) - containerscrew
- implement exclude-dir flag - (a443bb2) - containerscrew
- implementing exclude-dir flag - (868c1fc) - containerscrew
- (deps) bump predicates from 3.1.3 to 3.1.4 - (4c84230) - dependabot[bot]
- (deps) bump clap from 4.5.57 to 4.5.58 - (cbde840) - dependabot[bot]
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.1 - (db6d9b6) - containerscrew
- (version) 0.3.1 - (0e54a51) - containerscrew
- (version) 0.3.0 - (3489c7f) - containerscrew
- cicd pipeline - (06c3a31) - containerscrew
- run cicd pipeline in dependabot branches - (b169c31) - containerscrew
- update cicd pipeline - (a31b037) - containerscrew
- (wip) setup zig in ci-cd pipeline - (ccdf5f9) - containerscrew
- (wip) setup zig in ci-cd pipeline - (277e873) - containerscrew
- (wip) setup zig in ci-cd pipeline - (5ffa923) - containerscrew
- (wip) setup zig in ci-cd pipeline - (96093c4) - containerscrew
- (wip) setup zig in ci-cd pipeline - (82ab4c8) - containerscrew
- (wip) setup zig in ci-cd pipeline - (f2cda15) - containerscrew
- (wip) goreleaser - (3120d4a) - containerscrew
- automatic builds using goreleaser - (779d36c) - containerscrew
- delete .SRCINFO - (4886c02) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- update README.md - (8c2ef22) - containerscrew
- update changelog for v0.2.0 - (53584da) - containerscrew
- split file_ops functions - (824aac5) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- adding unit and integration tests - (8b39d22) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- (version) 0.3.1 - (0e54a51) - containerscrew
- version 0.3.1 - (f92c841) - containerscrew
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- preparing automatic aur package build - (969f3b0) - containerscrew
- preparing automatic aur package - (7a14163) - containerscrew
- pipelines and doc - (e7d126f) - containerscrew
- remove unnecessary line - (61d7bb2) - containerscrew
- (deps) bump anyhow from 1.0.100 to 1.0.101 - (45074f2) - dependabot[bot]
- (deps) bump clap from 4.5.56 to 4.5.57 - (a56c07b) - dependabot[bot]
- (deps) bump clap from 4.5.55 to 4.5.56 - (184e4e9) - dependabot[bot]
- (deps) bump clap from 4.5.54 to 4.5.55 - (bf8ab1a) - dependabot[bot]
- (deps) bump colored from 3.0.0 to 3.1.1 - (a9354ef) - dependabot[bot]
- (deps) bump clap from 4.5.53 to 4.5.54 - (8679fe3) - dependabot[bot]
- (deps) bump clap from 4.5.52 to 4.5.53 - (4b6fcee) - dependabot[bot]
- (deps) bump clap from 4.5.51 to 4.5.52 - (82ab5da) - dependabot[bot]
- (deps) bump clap from 4.5.48 to 4.5.51 - (f3eac45) - dependabot[bot]
- delete old pipelines - (ada76b7) - containerscrew
- update cache key in build.yml - (355ab31) - containerscrew
- new pipeline automerge for dependabot pr - (7991d6a) - containerscrew
- delete unnecessary file - (9a05d40) - containerscrew
- update installation methods - (916cc3d) - containerscrew
- update installation methods - (93651ea) - containerscrew
- update README.md - (cdf338e) - containerscrew
- update README.md - (ae1e584) - containerscrew
- update changelog for v0.3.0 - (ce705d6) - containerscrew
- CHANGELOG.md - (88ba2dc) - containerscrew
- (version) 0.2.0 - (e65d44e) - containerscrew
- update changelog - (d0c695a) - containerscrew
- update changelog - (ee439ac) - containerscrew
- fix CHANGELOG.md - (6c7343c) - containerscrew
- update example image - (cda7401) - containerscrew
- create file rust-toolchain.toml to force stable channel - (61c9d90) - containerscrew
- remove code comment in main.rs - (79b46e3) - containerscrew
- cli about section - (8329b68) - containerscrew
- doc and comments - (6274013) - containerscrew
- doc and example image - (42fa075) - containerscrew
- release pipeline - (e9fad17) - containerscrew
- remove message when using -r flag - (2567c3a) - containerscrew
- remove validation when removing files - (51d28f0) - containerscrew
- CHANGELO.md - (b92b544) - containerscrew
- release pipeline - (38fefa0) - containerscrew
- CHANGELO.md - (f7167f7) - containerscrew
- CHANGELO.md - (a53031e) - containerscrew
- release pipeline - (cc365d5) - containerscrew
- downgrade rust version to 1.89 - (a3b521c) - containerscrew
- pipeline folder structure - (3f44072) - containerscrew
- update README.md - (1e85d8c) - containerscrew
- update README.md - (592c2d4) - containerscrew
- update README.md - (457c06d) - containerscrew
- wip - (50bb3d0) - containerscrew
- update README - (fd21375) - containerscrew
- implementing directory walk - (df26ae0) - containerscrew
- add --remove-file flag - (1632ada) - containerscrew
- implementing encrypt/decrypt subcommands - (e3a87e2) - containerscrew
- (version) 0.1.0 - (0f2d699) - containerscrew
- (version) 0.1.0 - (adb7523) - containerscrew
- (version) 0.1.0 - (64c2de2) - containerscrew
- update CHANGELOG.md for version 0.1.0 - (d18edfd) - containerscrew
- build pipeline - (8b484f0) - containerscrew
- update cog.toml - (6567b30) - containerscrew
- pre-commit - (a53d943) - containerscrew
- build and release pipeline - (7ad9561) - containerscrew
- update README.md - (4e12bad) - containerscrew
- log in create-key command - (8b65f4c) - containerscrew
- logging and doc - (0646086) - containerscrew
- remove shell autocompletions - (dd8185b) - containerscrew
- split code into submodules - (cc35a7d) - containerscrew
- setting default key path - (7b7d3e4) - containerscrew
- wip - (abcb826) - containerscrew
- replace RSA in favor of AES - (053c163) - containerscrew
- initial commit - (6feebe2) - containerscrew