From aaeb1f8074193dca2fd4e2eea29594bd08995e6b Mon Sep 17 00:00:00 2001 From: "Rinrin.rs" Date: Sun, 18 Dec 2022 07:20:16 +0900 Subject: [PATCH] Update:v0.3.4 Ignore:check_examples.sh --- .gitignore | 1 + CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e6b61d..26bebc5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Cargo.lock TODO.md merge-dev.sh .vscode/ +check_examples.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 9070af8..e47ed81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# v0.3.4 2022-12-18 + # v0.3.3 2022-12-12 # v0.3.2 2022-10-28 diff --git a/Cargo.toml b/Cargo.toml index b8e5685..449fd24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tetr_ch" description = "A library for the TETRA CHANNEL API." -version = "0.3.3" +version = "0.3.4" authors = ["Rinrin.rs "] license-file = "LICENSE.md" repository = "https://github.com/Rinrin0413/tetr-ch-rs.git" diff --git a/README.md b/README.md index 3c0a6e5..ee25731 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -tetr_ch = "0.3.3" +tetr_ch = "0.3.4" ``` # Examples