Skip to content

Commit b32671a

Browse files
committed
bump-version: 0.9.5 with changelog
1 parent 862f44a commit b32671a

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelogs/changelog_0_9_5.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
# v0.9.5 - 2024-12-27
3+
4+
## Python Syntax
5+
- generics def
6+
- generics class
7+
- raise from statement
8+
9+
## Fixes for inconsistence with Python
10+
- Python3.13 dedent doc string
11+
12+
## Fixes
13+
- print:
14+
- js cannot compile
15+
- nimvm for non-NL `endl` now err over do nothing
16+
17+
### Lib
18+
- array:
19+
- iter cannot compile
20+
- tobytes loop index starting fault (caused RangeDefect)
21+
22+
## Feature additions
23+
### Lib
24+
- tempfile: `gettemp{dir,prefix}[b]`
25+
- newly added:
26+
- inspect: (Signature,etc not impl yet)
27+
- errno
28+
29+
## Patches for Nim-compatibility
30+
- supports Nim 2.3.1
31+
32+
## deprecate
33+
- deprecate `newPyDictImpl` over `newPyDict`, to be removed since 0.10

src/pylib/versionInfo.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const
33
Major* = 0
44
Minor* = 9
5-
Patch* = 4
5+
Patch* = 5
66

77
ReleaseLevel* = "alpha"
88
Serial* = 0

0 commit comments

Comments
 (0)