Skip to content

Commit 14f2c9d

Browse files
Release 2.0.5
1 parent d0a4cf8 commit 14f2c9d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Microdot change log
22

3+
**Release 2.0.5** - 2024-03-09
4+
5+
- Correct handling of 0 as an integer argument (regression from #207) [#212](https://github.com/miguelgrinberg/microdot/issues/212) ([commit](https://github.com/miguelgrinberg/microdot/commit/d0a4cf8fa7dfb1da7466157b18d3329a8cf9a5df))
6+
37
**Release 2.0.4** - 2024-02-20
48

59
- Do not use regexes for parsing simple URLs [#207](https://github.com/miguelgrinberg/microdot/issues/207) ([commit #1](https://github.com/miguelgrinberg/microdot/commit/38262c56d34784401659639b482a4a1224e1e59a) [commit #2](https://github.com/miguelgrinberg/microdot/commit/f6cba2c0f7e18e2f32b5adb779fb037b6c473eab))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "microdot"
3-
version = "2.0.5.dev0"
3+
version = "2.0.5"
44
authors = [
55
{ name = "Miguel Grinberg", email = "[email protected]" },
66
]

0 commit comments

Comments
 (0)