Skip to content

Commit

Permalink
🔖 Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
📝 Updates CHANGELOG
  • Loading branch information
rickstaa committed Jan 28, 2020
1 parent 7d63cc0 commit 1b48c7d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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.1
current_version = 1.0.2
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True
Expand Down
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ 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.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)

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

### Commits

- :zap::bug: Fixed a number of small bugs and improved execution speed. [`5d21b8a`](https://github.com/rickstaa/ros_conda_wrapper/commit/5d21b8a7541de318722630606a8394386a1645b5)
- :zap::bug: Fixed a number of small bugs and improved execution speed. [`483ed11`](https://github.com/rickstaa/ros_conda_wrapper/commit/483ed118d8e98f58246f9c9405847a1755849a94)

## v1.0.0 - 2020-01-17

Expand All @@ -33,14 +40,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- :books: Update Readme.md [`ababe37`](https://github.com/rickstaa/ros_conda_wrapper/commit/ababe379ab79cf0ac968bd45bec912ffa7729d25)
- :pencil: Fix code formatting [`fd37dde`](https://github.com/rickstaa/ros_conda_wrapper/commit/fd37dde418cb16b66957e627808a254cb05a8776)
- :bookmark: Bump version: 0.0.3 → 0.0.4 [`60061fe`](https://github.com/rickstaa/ros_conda_wrapper/commit/60061fe611250f315b1b284ff93c7b16aa4e4c6c)
- :books: Updated README.md [`57ba1c3`](https://github.com/rickstaa/ros_conda_wrapper/commit/57ba1c38c4322a531ed74172b20dad1fecea77cd)
- :sparkles: Adds ROS_CONDA_WRAPPER enviromental variable [`d7abdae`](https://github.com/rickstaa/ros_conda_wrapper/commit/d7abdaedd4ad7190a7b07b22228b8a157688dc1e)
- :books: Updated README.md [`57ba1c3`](https://github.com/rickstaa/ros_conda_wrapper/commit/57ba1c38c4322a531ed74172b20dad1fecea77cd)
- :wrench: Changed bumpversion configuration file [`7c1020f`](https://github.com/rickstaa/ros_conda_wrapper/commit/7c1020f0b5c48eef8860d4becc184a3511459493)
- :bookmark: Bump version: 0.0.2 → 0.0.3 [`2b96044`](https://github.com/rickstaa/ros_conda_wrapper/commit/2b96044fa3d65150d1a06a7307af41ba7f76f3e8)
- :books: Updates README.md [`da2ca54`](https://github.com/rickstaa/ros_conda_wrapper/commit/da2ca5433bf018c8cc5f122da96fb6de126a22f3)
- :bookmark: Bump version: 0.0.2 → 0.0.3 [`2b96044`](https://github.com/rickstaa/ros_conda_wrapper/commit/2b96044fa3d65150d1a06a7307af41ba7f76f3e8)
- :handshake: Fixes rebase conflicts [`b4a87fb`](https://github.com/rickstaa/ros_conda_wrapper/commit/b4a87fbeaafab185e0d9882c39a55fc0e18d62ef)
- :wrench: Changes .bumpversions.cfg file [`a6ec620`](https://github.com/rickstaa/ros_conda_wrapper/commit/a6ec6208da929cc231faec303e2465f292973285)
- :page_facing_up: Update changelog [`a5861e6`](https://github.com/rickstaa/ros_conda_wrapper/commit/a5861e68aeafaf45905c88594fc44f9083c37779)
- :bookmark: Bump version: 0.0.3 → 0.0.4 [`de83a40`](https://github.com/rickstaa/ros_conda_wrapper/commit/de83a40a2b71219e3023f2e9abb2fd884e4f335e)
- :page_facing_up: Update changelog [`a5861e6`](https://github.com/rickstaa/ros_conda_wrapper/commit/a5861e68aeafaf45905c88594fc44f9083c37779)
- :wrench: Changes .bumpversions.cfg file [`a6ec620`](https://github.com/rickstaa/ros_conda_wrapper/commit/a6ec6208da929cc231faec303e2465f292973285)
- :page_facing_up: Updates contributing.md guidelines [`e84617b`](https://github.com/rickstaa/ros_conda_wrapper/commit/e84617b9925d6cf6655de7725536f84faeac2176)
- :tada: First commit [`fc97dce`](https://github.com/rickstaa/ros_conda_wrapper/commit/fc97dce961378255de19bf30fb50c5aef9649dcf)
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.1"
ROS_CONDA_WRAPPER_VERSION="1.0.2"
ROS_CONDA_CONFIG_FILE_NAME="${HOME}/.ros_conda_wrapper_rc_cfg"
ROS_CONDA_ROS_PYTHONPATH_BACKUP=()

Expand Down

0 comments on commit 1b48c7d

Please sign in to comment.