From cf38c681ef377c5cba1cc5760e78fafd32033563 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Sun, 23 Jan 2022 18:05:07 -0300 Subject: [PATCH] Release v0.2.0. --- CHANGELOG.md | 3 +++ shard.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfc92ff4..3a38be8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file. 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). +## [0.2.0] - 2022-01-23 + - Use GI-Crystal v0.3.x. + ## [0.1.0] - 2022-01-09 - First Release. diff --git a/shard.yml b/shard.yml index f06ca8ba4..36a475daa 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.1.0 +version: 0.2.0 authors: - Hugo Parente Lima @@ -7,8 +7,8 @@ authors: dependencies: gi-crystal: github: hugopl/gi-crystal - branch: master - # version: 0.2.0 + # branch: master + version: "~>0.3.0" crystal: ">= 1.3.0"