aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorUnai Martinez-Corral <38422348+umarcor@users.noreply.github.com>2021-08-16 05:17:32 +0100
committerGitHub <noreply@github.com>2021-08-16 06:17:32 +0200
commitbbdff59e4e68e89033843f9344814c957b0b6250 (patch)
tree497d55fe128fea4368b95332dfcedf7a790fd03d /NEWS.md
parent4b9b6309698e604f6eb87c664f6128efd2b57547 (diff)
downloadghdl-bbdff59e4e68e89033843f9344814c957b0b6250.tar.gz
ghdl-bbdff59e4e68e89033843f9344814c957b0b6250.tar.bz2
ghdl-bbdff59e4e68e89033843f9344814c957b0b6250.zip
doc: announce v1.0 (#1840)
* doc: fix old refs to readthedocs * doc/news: v1.0 announcement
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index ee35167c5..5a26725b6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,17 @@
-**1.0-dev** (XXXX-XX-XX)
+**2.0-dev** (XXXX-XX-XX)
+
+**1.0** (2021-02-02)
+
+- Plugin for Yosys moved from [tgingold/ghdlsynth-beta](https://github.com/tgingold/ghdlsynth-beta) to [ghdl/ghdl-yosys-plugin](https://github.com/ghdl/ghdl-yosys-plugin).
+- Python bindings overhauled and renamed to `pyGHDL`. Three modules are included: `libghdl`, `lsp` and `dom`.
+- The utility scripts in the codebase moved into subdir `scripts`: CI, binding generation, vendors, etc.
+- Repository [ghdl/ghdl-cosim](https://github.com/ghdl/ghdl-cosim) created. It contains documentation and code examples related to VHPIDIRECT, VPI and SystemC.
+- Repository [ghdl/extended-tests](https://github.com/ghdl/extended-tests) created for testing `vendors` build scripts.
+- GitHub Action [ghdl/setup-ghdl-ci](https://github.com/ghdl/setup-ghdl-ci) created, to allow easy installation of nightly GHDL assets in GitHub Actions workflows.
+- A [wiki](https://github.com/ghdl/ghdl/wiki) was created. The roadmap and ideas for documentation and internship programs were moved there.
+- Logo updated (org, ghdl/ghdl, ghdl/docker and ghdl/ghdl-cosim).
+- Assets not added to releases or pre-releases anymore. Users should use package managers or nightly assets (updated after each successful CI run of branch `master`): [nightly](https://github.com/ghdl/ghdl/releases/tag/nightly).
+- Main documentation site(s) moved to [ghdl.github.io/ghdl](https://ghdl.github.io/ghdl/) and [ghdl.github.io/ghdl-cosim](https://ghdl.github.io/ghdl-cosim/).
**0.37** (2020-02-28)