Skip to content

Commit

Permalink
release: bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 18, 2022
1 parent dd75349 commit 1434fea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ 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/) with some edits,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 

## 🎉 1.5.0

### What's Changed
* feat: implement use of make by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/22
* feat(ci): add automatic tests by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/23
* refactor(ci): reorganize jobs by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/25
* refactor(docker): collapse tests Dockerfiles into single one by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/26
* feat(ci): specify resource classes in CI's jobs by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/27
* feat(ci): add resource_class to setup workflow job by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/28
* refactor(docker): refactor both blog and tests Dockerfiles by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/29
* feat(docker): add ci Dockerfile by @Airscripts in https://github.com/Airscripts/blog.airscript.it/pull/30
* feat: add JP's quote in home by @spagno in https://github.com/Airscripts/blog.airscript.it/pull/31

### New Contributors
* @spagno made their first contribution in https://github.com/Airscripts/blog.airscript.it/pull/31

### Full Changelog
https://github.com/Airscripts/blog.airscript.it/compare/1.4.0...1.5.0
 

## 🎉 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion data/info.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.4.0"
version = "1.5.0"
phrase = "Sharing happiness with code."

0 comments on commit 1434fea

Please sign in to comment.