Skip to content

Commit

Permalink
Prepare release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed Oct 31, 2021
1 parent 0f605cc commit f28f388
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions HACKING.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 1 addition & 1 deletion cg.asd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:author "Matteo Landi <[email protected]>"
:license "MIT"

:version "0.4.0"
:version "0.5.0"

:depends-on (#:cl-ppcre #:unix-opts)

Expand Down

0 comments on commit f28f388

Please sign in to comment.