From 1b48c7dba2df4490abf7ec71817b82283684e7de Mon Sep 17 00:00:00 2001 From: rickstaa Date: Tue, 28 Jan 2020 19:04:33 +0100 Subject: [PATCH] =?UTF-8?q?:bookmark:=20Bump=20version:=201.0.1=20?= =?UTF-8?q?=E2=86=92=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :pencil: Updates CHANGELOG --- .bumpversion.cfg | 2 +- CHANGELOG.md | 17 ++++++++++++----- ros_conda_wrapper_rc | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b151536..2f50c12 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e2dfe..d8e4e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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) diff --git a/ros_conda_wrapper_rc b/ros_conda_wrapper_rc index 50d8118..fe47c8c 100644 --- a/ros_conda_wrapper_rc +++ b/ros_conda_wrapper_rc @@ -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=()