diff options
author | Teddy Wing | 2021-06-26 00:36:27 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-26 00:39:16 +0200 |
commit | 627d6c7e2b0e218213fa2a9c19036489c66c3141 (patch) | |
tree | f324a4831a91a95067296f6756d578376f2f0439 | |
parent | 82966ee8d37f64b4d0b148507a775e8d25116548 (diff) | |
download | reflectub-627d6c7e2b0e218213fa2a9c19036489c66c3141.tar.bz2 |
Increase version v0.0.1 -> v0.0.2v0.0.2
And add a change log.
-rw-r--r-- | CHANGELOG | 22 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..4408158 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,22 @@ +CHANGELOG +========= + +v0.0.2 (2021-06-25): + Fixes: + + * Repository descriptions were not set to the corresponding GitHub + description when mirroring repositories on Linux. + * Empty repositories with no branches or commits now have their mtime set + correctly. + + Changes: + + * Set repository mtime to GitHub `pushed_at` time instead of `updated_at` + time. + * Change HEAD to GitHub's default branch and set CGit's default branch to + match. + +v0.0.1 (2021-06-20): + First public release. + + vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s* @@ -1,6 +1,6 @@ [package] name = "reflectub" -version = "0.0.1" +version = "0.0.2" edition = "2018" [dependencies] |