🏡 index : ~doyle/packfile.git

author Jordan Doyle <jordan@doyle.la> 2023-07-04 19:42:47.0 +00:00:00
committer Jordan Doyle <jordan@doyle.la> 2023-07-04 19:42:47.0 +00:00:00
commit
4937c4a5508361aedc0a2b31c8940343349bdab7 [patch]
tree
4054eebcfd8b831432a901f335b2972e169194a2
parent
5143b6fc59a18c5d0ceec31dd8a531c1e0ac9885
download
4937c4a5508361aedc0a2b31c8940343349bdab7.tar.gz

Bump version to v0.1.1



Diff

 CHANGELOG.md |  9 +++++++++
 Cargo.toml   |  2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..76683db
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
# v0.1.1

This release makes packfile generation deterministic by setting the committed and authored time to the unix epoch. Thanks @david-monroe for the contribution.

A small bugfix is also included for blobs under 16 bytes emitting an invalid file size in the serialised packfile.

# v0.1.0

Initial release
diff --git a/Cargo.toml b/Cargo.toml
index 5e7824f..4e4f004 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "packfile"
authors = ["Jordan Doyle <jordan@doyle.la>"]
description = "A simple library providing utilities to generate Git Packfiles in memory and send them to clients"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "WTFPL"
keywords = ["git", "packfile", "in-memory", "protocol"]