Skip to content

Commit

Permalink
🔖 Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
📝 Updates CHANGELOG.md
  • Loading branch information
rickstaa committed Feb 4, 2020
1 parent 4b4b056 commit 0bef0bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.0.3](https://github.com/rickstaa/ros_conda_wrapper/compare/v1.0.2...v1.0.3) - 2020-02-04

### Merged

- :bug: Fixes roslaunch not found error [`#9`](https://github.com/rickstaa/ros_conda_wrapper/pull/9)

### Commits

- :bookmark: Bump version: 1.0.2 → 1.0.3 [`e1add3e`](https://github.com/rickstaa/ros_conda_wrapper/commit/e1add3e9150c6ec523233fe75a097d2a00bba95a)

## [v1.0.2](https://github.com/rickstaa/ros_conda_wrapper/compare/v1.0.1...v1.0.2) - 2020-01-28

### Commits

- :bug: Fixes enum34 not found error when switching Conda environments [`ba337b4`](https://github.com/rickstaa/ros_conda_wrapper/commit/ba337b4af8c41d348ba458208659a2448c08a5e0)
- :bookmark: Bump version: 1.0.1 → 1.0.2 [`73fec25`](https://github.com/rickstaa/ros_conda_wrapper/commit/73fec25414944293f19a05b4a7dad77785820855)
- :bug: Fixes enum34 not found error when switching Conda environments [`7d63cc0`](https://github.com/rickstaa/ros_conda_wrapper/commit/7d63cc0103b92bc849e4fea566adda7f9f1284ab)
- :bookmark: Bump version: 1.0.1 → 1.0.2 [`1b48c7d`](https://github.com/rickstaa/ros_conda_wrapper/commit/1b48c7dba2df4490abf7ec71817b82283684e7de)

## [v1.0.1](https://github.com/rickstaa/ros_conda_wrapper/compare/v1.0.0...v1.0.1) - 2020-01-20

Expand Down
2 changes: 1 addition & 1 deletion ros_conda_wrapper_rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export ROS_CONDA_WRAPPER=true
# Set Global variables
ROS_CONDA_WRAPPER_PROGNAME="ROS Conda wrapper"
ROS_CONDA_WRAPPER_ERROR=false
ROS_CONDA_WRAPPER_VERSION="1.0.2"
ROS_CONDA_WRAPPER_VERSION="1.0.3"
ROS_CONDA_CONFIG_FILE_NAME="${HOME}/.ros_conda_wrapper_rc_cfg"
ROS_CONDA_ROS_PYTHONPATH_BACKUP=()

Expand Down

0 comments on commit 0bef0bc

Please sign in to comment.