Skip to content

Commit 0bef0bc

Browse files
committed
🔖 Bump version: 1.0.2 → 1.0.3
📝 Updates CHANGELOG.md
1 parent 4b4b056 commit 0bef0bc

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.2
2+
current_version = 1.0.3
33
commit = True
44
message = :bookmark: Bump version: {current_version} → {new_version}
55
tag = True

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [v1.0.3](https://github.com/rickstaa/ros_conda_wrapper/compare/v1.0.2...v1.0.3) - 2020-02-04
11+
12+
### Merged
13+
14+
- :bug: Fixes roslaunch not found error [`#9`](https://github.com/rickstaa/ros_conda_wrapper/pull/9)
15+
16+
### Commits
17+
18+
- :bookmark: Bump version: 1.0.2 → 1.0.3 [`e1add3e`](https://github.com/rickstaa/ros_conda_wrapper/commit/e1add3e9150c6ec523233fe75a097d2a00bba95a)
19+
1020
## [v1.0.2](https://github.com/rickstaa/ros_conda_wrapper/compare/v1.0.1...v1.0.2) - 2020-01-28
1121

1222
### Commits
1323

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

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

ros_conda_wrapper_rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export ROS_CONDA_WRAPPER=true
99
# Set Global variables
1010
ROS_CONDA_WRAPPER_PROGNAME="ROS Conda wrapper"
1111
ROS_CONDA_WRAPPER_ERROR=false
12-
ROS_CONDA_WRAPPER_VERSION="1.0.2"
12+
ROS_CONDA_WRAPPER_VERSION="1.0.3"
1313
ROS_CONDA_CONFIG_FILE_NAME="${HOME}/.ros_conda_wrapper_rc_cfg"
1414
ROS_CONDA_ROS_PYTHONPATH_BACKUP=()
1515

0 commit comments

Comments
 (0)