]> git.scottworley.com Git - tattlekey/commitdiff
Version 0.1.0 v0.1.0
authorScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 02:04:55 +0000 (19:04 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 02:04:55 +0000 (19:04 -0700)
Changelog.md [new file with mode: 0644]
client/default.nix
server/Cargo.lock
server/Cargo.toml

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..5cf1530
--- /dev/null
@@ -0,0 +1,3 @@
+# 0.1.0 (Oct 10, 2023)
+
+First release
index eb65f49b6b488219d05b556f53310f4fb746261d..32140b72b255f4e296629ee75a2040c0ae169fda 100644 (file)
@@ -4,7 +4,7 @@ let
   tattlekey = { lib, stdenv, cmake, pico-sdk, pico-examples, python3 }:
     stdenv.mkDerivation {
       pname = "tattlekey";
-      version = "0.0.1";
+      version = "0.1.0";
       src = lib.cleanSource ./.;
       nativeBuildInputs = [ cmake python3 ];
       postUnpack = ''
index 316d8310cfe51d6809266368cf3eecdb686b1184..682d583d203a2816ec089102b49419e8b5150b1f 100644 (file)
@@ -92,7 +92,7 @@ dependencies = [
 
 [[package]]
 name = "tattlekey-server"
-version = "0.0.1"
+version = "0.1.0"
 dependencies = [
  "csv",
  "serde",
index 9fbdf1fb80b71e4f03f78887a0dacaaa7a172c37..1dc3eed015a328f2bd6f40ef06ae8021e6e97302 100644 (file)
@@ -5,7 +5,7 @@ edition = "2021"
 license = "GPL-3.0"
 name = "tattlekey-server"
 repository = "https://git.scottworley.com/tattlekey"
-version = "0.0.1"
+version = "0.1.0"
 
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html