We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4244c91 commit ddf84e5Copy full SHA for ddf84e5
CHANGELOG.md
@@ -16,6 +16,11 @@ Semantic versioning is followed.
16
17
### Removed
18
19
+## [1.3.0] - 2024-06-30
20
+
21
+### Added
22
+- `parse-number-culture` primitive procedure. #146
23
24
## [1.2.0] - 2024-02-18
25
26
### Added
RainLisp/RainLisp.csproj
@@ -6,7 +6,7 @@
6
<Nullable>enable</Nullable>
7
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8
<Title>RainLisp a .NET LISP implementation</Title>
9
- <Version>1.2.0</Version>
+ <Version>1.3.0</Version>
10
<Description>RainLisp a .NET LISP implementation.</Description>
11
<Copyright>2023</Copyright>
12
<PackageProjectUrl>https://github.com/chr1st0scli/RainLisp</PackageProjectUrl>
0 commit comments