From f28f388b990958dfb45411d5156e6cae8ecffb8c Mon Sep 17 00:00:00 2001 From: Matteo Landi Date: Sun, 31 Oct 2021 07:40:02 +0100 Subject: [PATCH] Prepare release: 0.5.0 --- CHANGELOG.md | 10 ++++++---- HACKING.md | 8 +++----- cg.asd | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad2749..9d1f584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ 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.5.0] - 2021-10-31 ### Changed - Bump dependencies: - -- Roswell: v21.10.14.111 - -- SBCL: 2.1.10 (on Linux, MacOS, and Windows) - -- Quicklisp dist: 2021-10-21 - -- ASDF: 3.3.5.3 + + Roswell: v21.10.14.111 + + SBCL: 2.1.10 (on Linux, MacOS, and Windows) + + Quicklisp dist: 2021-10-21 + + ASDF: 3.3.5.3 ## [0.4.0] - 2020-05-13 ### Fixed diff --git a/HACKING.md b/HACKING.md index 0f2c6a5..a62aeeb 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,8 +1,6 @@ # Release -- update the version inside 'cg.asd'. -- update changelog -- `git commit ..` and `git push` -- wait for [travis-ci](https://travis-ci.org/iamFIREcracker/cg) to finish the - build +- update the version inside 'cg.asd' +- update the changelog +- commit changes, and push upstream - `git tag $TAG` and `git push origin $TAG` diff --git a/cg.asd b/cg.asd index 82faf93..e470d14 100644 --- a/cg.asd +++ b/cg.asd @@ -4,7 +4,7 @@ :author "Matteo Landi " :license "MIT" - :version "0.4.0" + :version "0.5.0" :depends-on (#:cl-ppcre #:unix-opts)