aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2020-01-02 18:23:20 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2020-01-02 18:23:20 -0500
commit9677ee1411583840abb43bc3d1c5f528670af7c5 (patch)
tree6c5b11eb5bd128278ae083f237f0aa421e236ca2
parent4ff48ec449f4ef297ee25511dc5633012e9d2639 (diff)
Fix md formatting in CHANGELOG
-rw-r--r--CHANGELOG.md86
1 files changed, 43 insertions, 43 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03301f9..3ff2141 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,55 +13,55 @@ Have fun taking the initial release out for a spin!
## Added Features
-Make hooked and dev-suite git hooks cross platform
-Add the ability to install dev-suite to ds tool
-Add the ability to assign users to tickets
-Switch from termion to crossterm for tui
-Upgrade tui to allow commenting from it
-Add the ability to add comments to tickets
-Extend ds with config subcommand
-Create configamajig to handle dev-suite configs
-Upgrade ticket format from V0 to V1 to use UUIDs
-Add a tui for ticket
-Add logging output to ticket
-Add logging output to hooked
-Create dev-suite tool to orchestrate tooling
-Add 'hooked init' test
-Add hooked and empty inited hooks from the tool
-Add ticket functionality to dev-suite (#3)
+- Make hooked and dev-suite git hooks cross platform
+- Add the ability to install dev-suite to ds tool
+- Add the ability to assign users to tickets
+- Switch from termion to crossterm for tui
+- Upgrade tui to allow commenting from it
+- Add the ability to add comments to tickets
+- Extend ds with config subcommand
+- Create configamajig to handle dev-suite configs
+- Upgrade ticket format from V0 to V1 to use UUIDs
+- Add a tui for ticket
+- Add logging output to ticket
+- Add logging output to hooked
+- Create dev-suite tool to orchestrate tooling
+- Add 'hooked init' test
+- Add hooked and empty inited hooks from the tool
+- Add ticket functionality to dev-suite (#3)
## Bug Fixes
-Change ticket tui to fix thread panic on Windows
-Fix init logic for `ds init`
+- Change ticket tui to fix thread panic on Windows
+- Fix init logic for `ds init`
## Chores and refactors
-Add CHANGELOG and CONTRIBUTING and update README
-Cleanup ds install and format hooked properly
-Update reqwest and create a release profile
-Make the toolchain use the latest stable rustc
-Add licenses for dependencies to the project
-Add a repo config and set self as maintainer
-Refactor ticket to use common methods
-Change pre-commit hook so that it works in fish
-Upgrade Rust from 1.39 to 1.40
-Add README and CODE_OF_CONDUCT
-License all code under GPL-3.0
-Make the pre-commit script pedantic and fix errors
-Add commit message linting hook to the repo
-Remove GitHub actions now that git hooks exist
-Fix formatting and add checks to pre-commit hook
-Setup CI for dev-suite (#1)
-Initialize the dev-suite repo
-Change ticket/Cargo.toml to use non * versions
-Bump anyhow from 1.0.19 to 1.0.22
-Move find_root function into the new shared crate
-Setup the website skeleton with the kube theme
+- Add CHANGELOG and CONTRIBUTING and update README
+- Cleanup ds install and format hooked properly
+- Update reqwest and create a release profile
+- Make the toolchain use the latest stable rustc
+- Add licenses for dependencies to the project
+- Add a repo config and set self as maintainer
+- Refactor ticket to use common methods
+- Change pre-commit hook so that it works in fish
+- Upgrade Rust from 1.39 to 1.40
+- Add README and CODE_OF_CONDUCT
+- License all code under GPL-3.0
+- Make the pre-commit script pedantic and fix errors
+- Add commit message linting hook to the repo
+- Remove GitHub actions now that git hooks exist
+- Fix formatting and add checks to pre-commit hook
+- Setup CI for dev-suite (#1)
+- Initialize the dev-suite repo
+- Change ticket/Cargo.toml to use non * versions
+- Bump anyhow from 1.0.19 to 1.0.22
+- Move find_root function into the new shared crate
+- Setup the website skeleton with the kube theme
## Issues
-Create ticket 'Create a tui for ticket'
-Close 'Create a tui for ticket'
-Create a ticket for a find_root function
-Add tickets to the repo
+- Create ticket 'Create a tui for ticket'
+- Close 'Create a tui for ticket'
+- Create a ticket for a find_root function
+- Add tickets to the repo