Skip to content

Commit

Permalink
chore: bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRoyce committed Oct 10, 2024
1 parent c6ca7a8 commit 0694d22
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.7]

### Added

* Support for local models using Ollama, particularly Llama >= 3.1

### Changed

* Bumped LangChain versions
* Updated ROS1 tools: `rosservice_call`, `roslaunch_list` and `rosnode_kill`

## [1.0.6]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /app/
RUN /bin/bash -c 'if [ "$DEVELOPMENT" = "true" ]; then \
python3.9 -m pip install --user -e .; \
else \
python3.9 -m pip install -U jpl-rosa>=1.0.6; \
python3.9 -m pip install -U jpl-rosa>=1.0.7; \
fi'

CMD ["/bin/bash", "-c", "source /opt/ros/noetic/setup.bash && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "jpl-rosa"
version = "1.0.6"
version = "1.0.7"
description = "ROSA: the Robot Operating System Agent"
readme = "README.md"
authors = [{ name = "Rob Royce", email = "[email protected]" }]
Expand Down

0 comments on commit 0694d22

Please sign in to comment.