Skip to content

Commit 3b10f7c

Browse files
committed
Prepare for release
1 parent c23d2c3 commit 3b10f7c

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.12.0 2021-02-25 Olof Kindgren <olof.kindgren@gmail.com>
2+
======================================================
3+
* fusesoc pgm and init are deprecated
4+
* Deprecated build and sim commands are removed
5+
* logicore and coregen providers are deprecated
6+
* Instance parameters can be set from target
7+
* Rewritten documentation
8+
* + improved error handling, bug fixes and refactoring
9+
10+
Contributors:
11+
Anonymous
12+
Alfred E Neuman <quinky@gmx.ch>
13+
Ben Reynwar <ben@reynwar.net>
14+
Dominik Salvet <dominik.salvet@gmail.com>
15+
Michał Kruszewski <mkru@protonmail.com>
16+
Olof Kindgren <olof.kindgren@gmail.com>
17+
Oxore <oxore@protonmail.com>
18+
Philipp Wagner <philipp.wagner@tum.de>
19+
Rob Taylor <robtaylor@floopily.org>
20+
Rupert Swarbrick <rswarbrick@gmail.com>
21+
Shareef Jalloq <shareef@jalloq.co.uk>
22+
123
1.11.0 2020-06-16 Olof Kindgren <olof.kindgren@gmail.com>
224
======================================================
325
* Remove python 2 support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read(fname):
5050
"setuptools_scm",
5151
],
5252
install_requires=[
53-
"edalize>=0.2.2",
53+
"edalize>=0.2.3",
5454
"ipyxact>=0.2.3",
5555
"pyparsing",
5656
"pyyaml",

0 commit comments

Comments
 (0)