Skip to content

Commit

Permalink
Introduce CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-dinu committed Jul 31, 2024
1 parent f9cf3dc commit 03c38f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0]

### Added

- Introduced multi-line support
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "igcc"
version = "0.1.1"
version = "0.2.0"
description = "Interactive GCC - C/C++ REPL"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 03c38f7

Please sign in to comment.