From 003770beb6f085dd711019b426aedf501a10ab5a Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 17 Sep 2022 22:59:02 +0800 Subject: [PATCH] 0.1.2 --- CHANGELOG.md | 3 +++ cli/Cargo.toml | 2 +- discoverer/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b33717bb..65702b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 0.1.2 - 2022-09-17 + +* Updated sea-schema to 0.9.4 #62 ## 0.1.1 - 2022-09-12 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index de635935..23afa6b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seaography-cli" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.60" authors = ["Panagiotis Karatakis "] diff --git a/discoverer/Cargo.toml b/discoverer/Cargo.toml index b9a0b143..812fbde8 100644 --- a/discoverer/Cargo.toml +++ b/discoverer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seaography-discoverer" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.60" authors = ["Panagiotis Karatakis "]