From bc6cb7e63b901a3764389011e63843f79480152a Mon Sep 17 00:00:00 2001 From: Airscript Date: Fri, 6 Jan 2023 02:01:05 +0100 Subject: [PATCH] release: bump to version 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f415fe9..ad308f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,20 @@ 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). + +Please note that this repository adheres not completely to the standard indicated above. +- A major version is released when a new programming language fundamental has been added to the repository; +- A minor version is released when a new small project of any given language has been added to the repository; +- A patch version is released when a needed fix or batch of fixes is released.   +## 🎉 1.1.0 +### What's Changed +* feat(nim): add a basic cli written in nim + +### Full Changelog +https://github.com/Airscripts/blog.airscript.it/commits/1.1.0 + ## 🎉 1.0.0 ### What's Changed * feat(nim): add nim programming language fundamentals diff --git a/VERSION b/VERSION index afaf360..1cc5f65 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file