summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2022-09-18Fix: Change filename timestamp formatMatthias Beyer
2022-09-16Implement metadata-crawlingMatthias Beyer
2022-09-15Merge #64 #65bors[bot]
2022-09-15Bump semver from 1.0.13 to 1.0.14dependabot[bot]
2022-09-15Bump serde_yaml from 0.9.12 to 0.9.13dependabot[bot]
2022-09-14Bump thiserror from 1.0.34 to 1.0.35dependabot[bot]
2022-09-14Merge #61bors[bot]
2022-09-14Bump itertools from 0.10.3 to 0.10.4dependabot[bot]
2022-09-14Bump serde_yaml from 0.9.11 to 0.9.12dependabot[bot]
2022-09-13Bump clap from 3.2.20 to 3.2.21dependabot[bot]
2022-09-12Bump handlebars from 4.3.3 to 4.3.4dependabot[bot]
2022-09-05Bump thiserror from 1.0.33 to 1.0.34dependabot[bot]
2022-09-05Bump serde_yaml from 0.9.10 to 0.9.11dependabot[bot]
2022-09-05Implement interactive metadata providingMatthias Beyer
2022-09-02Bump clap from 3.2.19 to 3.2.20dependabot[bot]
2022-08-31Merge #24bors[bot]
2022-08-31Bump thiserror from 1.0.32 to 1.0.33dependabot[bot]
2022-08-31Bump clap from 3.2.18 to 3.2.19dependabot[bot]
2022-08-30Bump clap from 3.2.17 to 3.2.18dependabot[bot]
2022-08-29Add helper to sort version listMatthias Beyer
2022-08-29Change layout of data passed to templateMatthias Beyer
2022-08-29Remove unused depsMatthias Beyer
2022-08-29Bump colored from 1.9.3 to 2.0.0dependabot[bot]
2022-08-29Add "release" implementationMatthias Beyer
2022-08-29Add module for "release" command implMatthias Beyer
2022-08-29Add "generate" command implementationMatthias Beyer
2022-08-28Add tests for Fragment deserializationMatthias Beyer
2022-08-28Add "new" implementation to create a new fileMatthias Beyer
2022-08-28Add command submoduleMatthias Beyer
2022-08-28Add test how "new" command should behaveMatthias Beyer
2022-08-27Add test whether error message contains appropriate errorMatthias Beyer
2022-08-27Use "fancy" mietteMatthias Beyer
2022-08-27Add test that command errors if there is no git repositoryMatthias Beyer
2022-08-27Add fragment directory creationMatthias Beyer
2022-08-27Add configuration file parsingMatthias Beyer
2022-08-27Add crate for opening $EDITORMatthias Beyer
2022-08-27Rename project to "cargo-changelog"Matthias Beyer
2022-08-27Add env_logger based logging setupMatthias Beyer
2022-08-26Add initial types and CLIMatthias Beyer