Releases: cristianoliveira/funzzy
Releases · cristianoliveira/funzzy
v0.6.0 - Allows filtering tasks with target flag
What's Changed
- tests: adds integration tests by @cristianoliveira in #49
- feat: allows filtering for target task by @cristianoliveira in #50
Full Changelog: v0.5.0...v0.6.0
Release v0.5.0 - Adds support to complex commands & general fixes
What's Changed
- refactor: uses spawning process instead of parsing shell cmd by @cristianoliveira in #47
- ci: upload release artefacts by @cristianoliveira in #48
- 2023-05-21 f566ea6 (HEAD -> master, origin/master, origin/HEAD) fix(ci): correc path of generated tar [Cristian Oliveira]
- 2023-05-21 c26c0c1 chore(ci): avoids change release body [Cristian Oliveira]
- 2023-05-21 79b453c fix(ci): release script [Cristian Oliveira]
- 2023-05-21 309b314 fix(ci): generate artifacts on release [Cristian Oliveira]
- 2023-05-21 8a7eb71 chore: generate cargo.lock [Cristian Oliveira]
- 2023-05-21 ddd2989 chore: bump version [Cristian Oliveira]
- 2023-05-21 9408e48 ci: upload release artifacts (#48) [Cristian Oliveira]
- 2023-05-21 793c973 (tag: ci/release-artifacts) refact: uses spawning shell instead of parsing cmds (#47) [Cristian Oliveira]
- 2023-05-21 837dcb2 feat: allow complex commands [Cristian Oliveira]
- 2023-05-21 b0474fc feat: add examples folder [Cristian Oliveira]
- 2023-05-21 c19a75e feat: adds --config option for custom path [Cristian Oliveira]
- 2023-05-20 19c4c4d feat: allows piping commands [Cristian Oliveira]
- 2023-05-20 a42b6b5 feat: prints command to be exectuted [Cristian Oliveira]
- 2023-05-20 05087f0 fix: accepts multiple commands and rules [Cristian Oliveira]
- 2023-04-15 bc49658 docs: fixes the badges [Cristian Oliveira]
- 2023-04-15 9f5a882 docs: update build status badge [Cristian Oliveira]
- 2023-04-15 421c617 chore(ci): configure ci checks with gh actions [Cristian Oliveira]
- 2023-02-24 f122f73 chore: allows exception for rule 'non_snake_case' [Cristian Oliveira]
- 2023-02-24 eaaaeb4 chore: address all linter latest complains [Cristian Oliveira]
- 2023-02-23 6cb7e6d chore: publish v0.4.0 on crates.io [Cristian Oliveira]
- 2023-02-23 56816f5 chore: typo on makefile command [Cristian Oliveira]
Full Changelog: v0.4.0...v0.5.0
v0.4.0 - Bug fixes and documentation
What's Changed
- Fix warnings by @kc1212 in #35
- feature: Introduce run_on_init flag by @marceloboeira in #39
- chore: Update dependencies by @marceloboeira in #38
- fix: Remove debugging information by @marceloboeira in #37
- style: Run cargo fmt by @marceloboeira in #41
- chore: Add help option into Makefile by @cristianoliveira in #42
New Contributors
- @kc1212 made their first contribution in #35
- @marceloboeira made their first contribution in #39
Full Changelog: v0.3.3...v0.4.0
v0.3.3
chore: bump version v0.3.3
v0.3.2
docs: update running ways
v0.3.1
fix: boilerplate file close #28
v0.3.0: merge: pull request #22 from cristianoliveira/version-0.3.0
v0.2.5
feat: multi change folder
v0.2.4
fix: travis deploy
first usable release
v0.1.0 docs: better presentation