about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:21:30 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:21:30 +0200
commitc9dd58163d1db13d22b27369e81c3ce2892062ec (patch)
tree3ca6c09e209a03341a2b73f081f64ca9e7de991e
parentstyle(treewide): Format (diff)
downloadquotify-c9dd58163d1db13d22b27369e81c3ce2892062ec.tar.gz
quotify-c9dd58163d1db13d22b27369e81c3ce2892062ec.zip
chore(version): v1.0.0 v1.0.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS.md15
3 files changed, 17 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0ee492e..2a8a073 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -10,7 +10,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
 
 [[package]]
 name = "quotify"
-version = "0.1.0"
+version = "1.0.0"
 dependencies = [
  "anyhow",
 ]
diff --git a/Cargo.toml b/Cargo.toml
index 724f9e5..0478c98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@
 [package]
 name = "quotify"
 description = "A simple cli utility to shell quote the text inputed into it"
-version = "0.1.0"
+version = "1.0.0"
 edition = "2021"
 license = "%INIT_SPDX_LICENSE_IDENTIFER"
 homepage = "%INIT_APPLICATION_HOMEPAGE"
diff --git a/NEWS.md b/NEWS.md
index 3717af5..fa03878 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,3 +10,18 @@ If not, see <https://www.gnu.org/licenses/agpl.txt>.
 -->
 
 - - -
+## [v1.0.0](https://git.vhack.eu/soispha/tools/quotify/compare/bd2b435e7cd782cacfc4c74af3573de7a1791c8e..v1.0.0) - 2024-10-04
+#### Build system
+- **(.envrc)** Add a shebang - ([eedb355](https://git.vhack.eu/soispha/tools/quotify/commit/eedb35565153cecc104d381891591cff8e6ef599)) - [@soispha](https://git.vhack.eu/soispha)
+- **(cog.toml)** Don't publish on crates.io - ([a0da8ac](https://git.vhack.eu/soispha/tools/quotify/commit/a0da8ac6c9d1214412ea6656248efb1dcd9861f9)) - [@soispha](https://git.vhack.eu/soispha)
+- **(flake.nix)** Remove unneeded `input.follows` - ([2a6f97b](https://git.vhack.eu/soispha/tools/quotify/commit/2a6f97ba4c231cde158e6eb6170c18d49a425b81)) - [@soispha](https://git.vhack.eu/soispha)
+#### Documentation
+- **(manual)** Remove - ([74f3dd4](https://git.vhack.eu/soispha/tools/quotify/commit/74f3dd4af2c2214149e3a969face36a2b4468840)) - [@soispha](https://git.vhack.eu/soispha)
+#### Miscellaneous Chores
+- **(treewide)** Make reuse compliant - ([d5e8aa3](https://git.vhack.eu/soispha/tools/quotify/commit/d5e8aa33af63de9f4953c12df09ebe83f2277ec8)) - [@soispha](https://git.vhack.eu/soispha)
+- Initial Commit - ([bd2b435](https://git.vhack.eu/soispha/tools/quotify/commit/bd2b435e7cd782cacfc4c74af3573de7a1791c8e)) - [@soispha](https://git.vhack.eu/soispha)
+#### Style
+- **(treewide)** Format - ([993fcef](https://git.vhack.eu/soispha/tools/quotify/commit/993fcef6a667381d53f77e3983b156e6ed45d0cf)) - [@soispha](https://git.vhack.eu/soispha)
+
+- - -
+