Skip to content

Commit bf7c948

Browse files
committed
Bumpversion to 1.2.1
1 parent 7a3efc9 commit bf7c948

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ All versions in this changelog have two entries: ``driver`` and ``firmware``. Th
66
have the same version, as communication protocol might change between versions. In the firmware/driver there
77
is a safeguard to prevent miscommunication.
88

9+
Version 1.2.1
10+
=============
11+
12+
Bugfix version for CLI on RPi images from LinuxCNC.
13+
14+
* ``cli``:
15+
16+
* ``install_toolchain``: The path variable is now persisted in ``.bashrc`` instead of ``.profile``. This will
17+
make the toolchain available in the terminal when using from desktop. Previously only SSH was working.
18+
919
Version 1.2
1020
===========
1121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litexcnc"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
55
authors = ["Peter van Tol <petertgvantol@gmail.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)