Skip to content

Commit

Permalink
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ The following video by [Kinali](https://www.kinali.cz/en/) shows the use case (o

[README](src/python/arcor2_build/README.md) | [CHANGELOG](src/python/arcor2_build/CHANGELOG.md)

- 2023-07-20: [1.1.0](https://github.com/robofit/arcor2/releases/tag/arcor2_build%2F1.1.0) ([docker](https://hub.docker.com/r/arcor2/arcor2_build/tags?page=1&ordering=last_updated&name=1.1.0), [pypi](https://pypi.org/project/arcor2-build/1.1.0/)).
- 2024-01-08: [1.2.0](https://github.com/robofit/arcor2/releases/tag/arcor2_build%2F1.2.0) ([docker](https://hub.docker.com/r/arcor2/arcor2_build/tags?page=1&ordering=last_updated&name=1.2.0), [pypi](https://pypi.org/project/arcor2-build/1.2.0/)).

### arcor2_build_data

@@ -84,13 +84,13 @@ The following video by [Kinali](https://www.kinali.cz/en/) shows the use case (o

[README](src/python/arcor2_execution/README.md) | [CHANGELOG](src/python/arcor2_execution/CHANGELOG.md)

- 2023-07-20: [1.1.0](https://github.com/robofit/arcor2/releases/tag/arcor2_execution%2F1.1.0) ([docker](https://hub.docker.com/r/arcor2/arcor2_execution/tags?page=1&ordering=last_updated&name=1.1.0), [pypi](https://pypi.org/project/arcor2-execution/1.1.0/)).
- 2024-01-08: [1.2.0](https://github.com/robofit/arcor2/releases/tag/arcor2_execution%2F1.2.0) ([docker](https://hub.docker.com/r/arcor2/arcor2_execution/tags?page=1&ordering=last_updated&name=1.2.0), [pypi](https://pypi.org/project/arcor2-execution/1.2.0/)).

### arcor2_execution_data

[README](src/python/arcor2_execution_data/README.md) | [CHANGELOG](src/python/arcor2_execution_data/CHANGELOG.md)

- 2023-02-14: [1.0.0](https://github.com/robofit/arcor2/releases/tag/arcor2_execution_data%2F1.0.0) ([pypi](https://pypi.org/project/arcor2-execution-data/1.0.0/)).
- 2024-01-08: [1.1.0](https://github.com/robofit/arcor2/releases/tag/arcor2_execution_data%2F1.1.0) ([pypi](https://pypi.org/project/arcor2-execution-data/1.1.0/)).

### arcor2_execution_rest_proxy

@@ -139,7 +139,7 @@ The following video by [Kinali](https://www.kinali.cz/en/) shows the use case (o

[README](src/python/arcor2_runtime/README.md) | [CHANGELOG](src/python/arcor2_runtime/CHANGELOG.md)

- 2023-02-14: [1.0.0](https://github.com/robofit/arcor2/releases/tag/arcor2_runtime%2F1.0.0) ([pypi](https://pypi.org/project/arcor2-runtime/1.0.0/)).
- 2024-01-08: [1.1.0](https://github.com/robofit/arcor2/releases/tag/arcor2_runtime%2F1.1.0) ([pypi](https://pypi.org/project/arcor2-runtime/1.1.0/)).

### arcor2_scene

4 changes: 2 additions & 2 deletions compose-files/fit-demo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ services:
- ARCOR2_KINECT_AZURE_URL=http://192.168.104.100:5017 # Run kinect using pants

fit-demo-build:
image: arcor2/arcor2_build:1.1.0
image: arcor2/arcor2_build:1.2.0
container_name: fit-demo-build
depends_on:
fit-demo-project:
@@ -58,7 +58,7 @@ services:
- fit-demo-project-network

fit-demo-execution:
image: arcor2/arcor2_execution:1.1.0
image: arcor2/arcor2_execution:1.2.0
container_name: fit-demo-execution
networks:
- fit-demo-execution-network
2 changes: 1 addition & 1 deletion src/python/arcor2_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [1.2.0] - 2024-01-03
## [1.2.0] - 2024-01-08

### Changed

2 changes: 1 addition & 1 deletion src/python/arcor2_execution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [1.2.0] - 2024-01-03
## [1.2.0] - 2024-01-08

### Changed

2 changes: 1 addition & 1 deletion src/python/arcor2_execution_data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [1.1.0] - 2024-01-03
## [1.1.0] - 2024-01-08

### Changed

2 changes: 1 addition & 1 deletion src/python/arcor2_runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [1.1.0] - 2024-01-03
## [1.1.0] - 2024-01-08

### Changed

0 comments on commit b7050f9

Please sign in to comment.