We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46de4c5 commit 3a9865dCopy full SHA for 3a9865d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# dev
+# v3.9.0 (2021-01-20)
4
5
* Turned `ImportFeatures` into `Features` because it now affects more than just imported modules ([#148](https://github.com/avast/yaramod/pull/148))
6
* Added support for `of` expression with user-defined arrays ([#148](https://github.com/avast/yaramod/pull/148))
docs/rtd/conf.py
@@ -22,7 +22,7 @@
22
author = 'Avast'
23
24
# The full version, including alpha/beta/rc tags
25
-release = 'v3.3.4'
+release = 'v3.9.0'
26
27
28
# -- General configuration ---------------------------------------------------
0 commit comments