From 40cf908c6877c43607b7eca3f7195cdd4fa2e1e3 Mon Sep 17 00:00:00 2001 From: Francesco Ceccon Date: Sat, 18 Jul 2020 12:00:24 +0100 Subject: [PATCH] release: v0.3.0 Signed-off-by: Francesco Ceccon --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1db09..41b3c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + + +## [0.3.0] - 2020-07-18 ### Added - Add `Signer` and `SignerKey` related methods. diff --git a/Cargo.toml b/Cargo.toml index ff52fbb..8eff0e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-base" -version = "0.2.0" +version = "0.3.0" authors = ["Francesco Ceccon "] edition = "2018" description = "Low level Stellar types"