We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1e13f7 + 8a18f7a commit 0d3c6cdCopy full SHA for 0d3c6cd
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+0.3.0 (2020-06-29)
7
+------------------
8
+
9
+* Introduce a strict mode
10
+* Fix array conversion when size changes dynamically
11
12
0.2.0 (2020-03-11)
13
------------------
14
py_mini_racer/__init__.py
@@ -2,6 +2,6 @@
2
__author__ = 'Sqreen'
__email__ = 'hey@sqreen.io'
-__version__ = '0.2.0'
+__version__ = '0.3.0'
__all__ = ['py_mini_racer']
0 commit comments