Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### `v1.0.0-alpha2`

> 6/1/2023 - 7/1/2023

Currently in development.

## Released

### `v1.0.0-alpha1`

> 5/15/2023 - 6/2/2023

Initial release. Does not contain lexer, parser or compiler.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nav:
- Home: index.md
- About: about.md
- Installation: install.md
- Changelog: CHANGELOG.md
- I Language Enhancement Proposals:
- ILEPs/Intro/001.md
- Intro:
Expand Down