From 916d1f14837906c23cf55d123c94ff48b01805ad Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Sun, 3 Apr 2022 20:14:12 -0300 Subject: [PATCH] Release v0.5.0. --- CHANGELOG.md | 3 +++ shard.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53bd3c9b..e84c0e802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.5.0] - 2022-04-03 + - Using GI-Crystal v0.7.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. + ## [0.4.0] - 2022-03-02 - Using GI-Crystal v0.6.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. diff --git a/shard.yml b/shard.yml index 2edce4fab..e348ed703 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.4.0 +version: 0.5.0 authors: - Hugo Parente Lima @@ -7,8 +7,8 @@ authors: dependencies: gi-crystal: github: hugopl/gi-crystal - # branch: master - version: "~>0.6.0" + branch: master + version: "~>0.7.0" crystal: ">= 1.3.2"