diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..025d1dd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.0.1] - 2022-06-07 + +Updated dependencies. + +## [1.0.0] - 2021-11-17 + +Initial version. + +[1.0.0]: https://github.com/Felerius/cpp-amalgamate/releases/tag/1.0.0 +[1.0.1]: https://github.com/Felerius/cpp-amalgamate/releases/tag/1.0.1 diff --git a/Cargo.toml b/Cargo.toml index 1fe9a9d..1628486 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpp-amalgamate" -version = "1.0.0" +version = "1.0.1" authors = ["David Stangl "] description = """ cpp-amalgamate recursively combines C++ source files and the headers they include into a single