Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
betwo committed Apr 18, 2021
1 parent 3d9af92 commit bc7095d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed subprocess calls to support echoing dotfile configurations


## [2.0.0] - 2020-02-27
## [2.0.0] - 2021-27
### Added
- Added support for multi-root workspaces
- Add TestExplorer integration for test case source locations

### Changed
- Improved test parsing
- Improved readme with setup instructions
## [2.1.0] - 2020-03-13
## [2.1.0] - 2021-03-13
### Added
- Added option to write a merged compile_commands.json file when the database changes

## [3.0.0] - 2021-03-13
### Added
- Added rudimentary support for colcon as a build tool for the catkin_tools workspace
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "betwo",
"license": "MIT",
"description": "Support for catkin_tools workspaces",
"version": "2.1.1",
"version": "3.0.0",
"icon": "assets/icon.png",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"keywords": [
"catkin-tools",
"catkin",
"ros",
"colcon",
"build",
"multi-root ready"
],
Expand Down

0 comments on commit bc7095d

Please sign in to comment.