Skip to content

Commit

Permalink
bump-version: 0.9.5 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
litlighilit committed Dec 27, 2024
1 parent 862f44a commit b32671a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions changelogs/changelog_0_9_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

# v0.9.5 - 2024-12-27

## Python Syntax
- generics def
- generics class
- raise from statement

## Fixes for inconsistence with Python
- Python3.13 dedent doc string

## Fixes
- print:
- js cannot compile
- nimvm for non-NL `endl` now err over do nothing

### Lib
- array:
- iter cannot compile
- tobytes loop index starting fault (caused RangeDefect)

## Feature additions
### Lib
- tempfile: `gettemp{dir,prefix}[b]`
- newly added:
- inspect: (Signature,etc not impl yet)
- errno

## Patches for Nim-compatibility
- supports Nim 2.3.1

## deprecate
- deprecate `newPyDictImpl` over `newPyDict`, to be removed since 0.10
2 changes: 1 addition & 1 deletion src/pylib/versionInfo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const
Major* = 0
Minor* = 9
Patch* = 4
Patch* = 5

ReleaseLevel* = "alpha"
Serial* = 0
Expand Down

0 comments on commit b32671a

Please sign in to comment.