Skip to content

Commit

Permalink
Bumpversion to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Jan 15, 2024
1 parent 7a3efc9 commit bf7c948
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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.

Version 1.2.1
=============

Bugfix version for CLI on RPi images from LinuxCNC.

* ``cli``:

* ``install_toolchain``: The path variable is now persisted in ``.bashrc`` instead of ``.profile``. This will
make the toolchain available in the terminal when using from desktop. Previously only SSH was working.

Version 1.2
===========

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litexcnc"
version = "1.2.0"
version = "1.2.1"
description = "Generic CNC firmware and driver for FPGA cards which are supported by LiteX"
authors = ["Peter van Tol <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit bf7c948

Please sign in to comment.