From b28d48372148f91b4fabd2eff8dfbad43c3933b6 Mon Sep 17 00:00:00 2001 From: Airscript Date: Fri, 12 Aug 2022 12:01:45 +0000 Subject: [PATCH] chore: bump version to 1.2.1 --- CHANGELOG.md | 9 +++++++++ README_DOCKER_HUB.md | 2 +- VERSION | 2 +- config.toml | 2 +- docker-compose.yml | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee0821..ba97b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2.1 + +### What's Changed +- fix(docker): temporarily remove git submodule from Dockerfile + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/compare/1.2.0...1.2.1 +  + ## 🎉 1.2.0 ### What's Changed diff --git a/README_DOCKER_HUB.md b/README_DOCKER_HUB.md index de60da5..b7bd37c 100644 --- a/README_DOCKER_HUB.md +++ b/README_DOCKER_HUB.md @@ -7,7 +7,7 @@   # Supported Tags -- [`1.2.0`](https://github.com/Airscripts/blog.airscript.it/blob/main/.docker/blog.Dockerfile) +- [`1.2.1`](https://github.com/Airscripts/blog.airscript.it/blob/main/.docker/blog.Dockerfile)   # What is blog.airscript.it? diff --git a/VERSION b/VERSION index 867e524..cb174d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/config.toml b/config.toml index 57b0083..a5c8f30 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ pygmentsUseClasses = true enableInlineShortcodes = true defaultContentLanguage = "it" baseURL = "https://blog.airscript.it" -copyright = "airscript.it (1.2.0) | Sharing happiness with code." +copyright = "airscript.it (1.2.1) | Sharing happiness with code." [languages.it] diff --git a/docker-compose.yml b/docker-compose.yml index 01808c0..0f725d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: blog: tty: true restart: always - image: airscript/blog:1.2.0 + image: airscript/blog:1.2.1 container_name: airscript-blog ports: