Skip to content

Commit 3b6f6a3

Browse files
committed
Prepare the initial beta release.
1 parent 1292f1e commit 3b6f6a3

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
All notable changes to "RainLisp" will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
7+
Semantic versioning is followed.
8+
9+
## [Unreleased]
10+
11+
### Added
12+
13+
### Fixed
14+
15+
### Changed
16+
17+
### Removed
18+
19+
## [1.0.0-beta.1] - 2023-07-11
20+
21+
Initial beta release.

RainLisp/RainLisp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Title>RainLisp a .NET LISP implementation</Title>
9-
<Version>1.0.0-alpha006</Version>
9+
<Version>1.0.0-beta.1</Version>
1010
<Description>RainLisp a .NET LISP implementation.</Description>
1111
<Copyright>2023</Copyright>
1212
<PackageProjectUrl>https://github.com/chr1st0scli/RainLisp</PackageProjectUrl>

nuget.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ You can also use it independently, using its code editor to learn LISP, play aro
1919

2020
## Tools
2121
- [RainLisp Console](https://github.com/chr1st0scli/RainLispConsole)
22+
- [RainLisp VSCode](https://marketplace.visualstudio.com/items?itemName=chr1st0scli.rainlisp-vscode)

0 commit comments

Comments
 (0)