## 0.1.0 (2021-03-20) #### Bug Fixes * Fix code for older git versions (17bd3980) #### Code Refactoring * Avoid cloning text when processing operations if nothing changed (a4f5916b) #### Chores * Ignore .semrel/ (adef3311) * Improve .editorconfig (d23e22d2) * Add more info on Cargo.toml (203b76ec) * Ensure main branch is the current so tests won't break on CI (ed910472) * Enable piped stdout and stderr (1d318f3d) * Add a test user on local repository on tests (7e358b26) * Check process output using a common function (7462a09c) * Ignore handle error on tests (59a4b38e) #### CI * Use allow-dirty on cargo publish (33db623f) * Enable automatic release (ab5ec249) * Use the right bash executable on windows (373ba6e3) * Always use bash so we don't have to deal with powershell (bcfe3343) * Enable backtrace on tests (ba6c85b0) * Check for formatting issues (9a5eba76) * Implement tests on CI (3a961411)