Skip to content

Commit ea706db

Browse files
committed
Bump version to 3.2.0
1 parent 684f0a7 commit ea706db

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.0] - 2025-05-09
9+
10+
### Added
11+
- Added new `dockerfile_templates/python.txt` template where all python related packages are defined. Now python is istalled by default
12+
- Added new oh-my-zsh plugins: zsh-autosuggestions, zsh-completions and zsh-syntax-highlighting
13+
- Added `git-lfs` to `dockerfile_templates/install_common_packages.txt`
14+
15+
### Fixed
16+
- Fixed `zsh` autocompletion issue in ROS2
17+
18+
### Changed
19+
- Introduced `dockerfile_templates/ros2_extra.txt` to explicitly define extra ROS packages and reduced scope of ros2.txt
20+
21+
### Removed
22+
- Removed python installation from `dockerfile_templates/conan.txt` as python is installed by default now
23+
- Removed any pip upgrades from template files as pip is being upgraded by default at `dockerfile_templates/python.txt`
24+
825
## [3.1.1] - 2025-03-21
926

1027
### Fixed

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 = "turludock"
3-
version = "3.1.1"
3+
version = "3.2.0"
44
description = "Builds ROS docker images that support GUI with either X11 or Wayland."
55
authors = [
66
"Athanasios <[email protected]>",

0 commit comments

Comments
 (0)