You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 0.0.26
6
+
7
+
### New Features
8
+
9
+
- allow annotation assignment ([#35](https://github.com/AnswerDotAI/safepyrun/pull/35)), thanks to [@ncoop57](https://github.com/ncoop57)
10
+
- Add CLI entry point for safepyrun ([#27](https://github.com/AnswerDotAI/safepyrun/pull/27)), thanks to [@ncoop57](https://github.com/ncoop57)
11
+
- Show source code for line causing an exception. ([#28](https://github.com/AnswerDotAI/safepyrun/pull/28)), thanks to [@PiotrCzapla](https://github.com/PiotrCzapla)
12
+
13
+
### Bugs Squashed
14
+
15
+
- Fix imports to use explicit module path ([#26](https://github.com/AnswerDotAI/safepyrun/pull/26)), thanks to [@ncoop57](https://github.com/ncoop57)
0 commit comments