From 759fa70ecd5d73434f90feac8648da6e380654d5 Mon Sep 17 00:00:00 2001 From: Peter-van-Tol Date: Wed, 18 Oct 2023 21:34:19 +0200 Subject: [PATCH] Prepare release v1.0.3 --- CHANGELOG.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ca617db..1253a91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,10 +6,10 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th have the same version, as communication protocol might change between versions. In the firmware/driver there is a safeguard to prevent miscommunication. -Under development -================= +Version 1.0.3 +============= -These are the features which are currently under development, but not yet released. +Bugfixes for several issues. * ``driver``: @@ -17,7 +17,7 @@ These are the features which are currently under development, but not yet releas * ``cli``: - * ``install_litex``: Solved bug which prevented installation without the option ``--user``. + * ``install_litex``: Solved bug which prevented installation without the option ``--user`` (#47). * ``install_toolchain``: Auto-detection of both architecture and os. Command line options are only required when installing specific versions.