Skip to content

Commit ddf84e5

Browse files
committed
Update version and changelog. #146
1 parent 4244c91 commit ddf84e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Semantic versioning is followed.
1616

1717
### Removed
1818

19+
## [1.3.0] - 2024-06-30
20+
21+
### Added
22+
- `parse-number-culture` primitive procedure. #146
23+
1924
## [1.2.0] - 2024-02-18
2025

2126
### Added

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.2.0</Version>
9+
<Version>1.3.0</Version>
1010
<Description>RainLisp a .NET LISP implementation.</Description>
1111
<Copyright>2023</Copyright>
1212
<PackageProjectUrl>https://github.com/chr1st0scli/RainLisp</PackageProjectUrl>

0 commit comments

Comments
 (0)