Skip to content

Commit 3d5ff65

Browse files
committed
update licence and history
1 parent 8f087b2 commit 3d5ff65

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.10.0 (2022-11-28)
2+
3+
* Use secure builtins standard module, instead of the `__builtins__` by @0xsirsaif in #109
4+
* upgrade executing to fix 3.10 by @samuelcolvin in #110
5+
* Fix windows build by @samuelcolvin in #111
6+
* Allow executing dependency to be >1.0.0 by @staticf0x in #115
7+
* more precise timer summary by @banteg in #113
8+
* Python 3.11 by @samuelcolvin in #118
9+
110
## v0.9.0 (2022-07-26)
211

312
* fix format of nested dataclasses, #99 thanks @aliereno

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Samuel Colvin
3+
Copyright (c) 2017 to present Samuel Colvin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)