File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## 1.0.1 - 2021-02-11
8
+ ### Removed
9
+ - Remove unused gtest files. The CMakeLists.txt and test file were not remove, given that they may be used in the future.
10
+
11
+ ## 1.0.0 - 2021-02-11
12
+ ### Added
13
+ - README.md with simple installation instructions
14
+
15
+ ### Changed
16
+ - Replace node-gyp with cmake-js as building tool, taking advantage existing files and Gazebo building system, thus simplifying the project structure
17
+
18
+ ## 0.1.0 - 2021-02-11
19
+ ### Added
20
+ - Create project from gzweb commit [d6c8fbf](https://github.com/osrf/gzweb/commit/d6c8fbf73f51cf23f9be44bab4fdb46badb1abc8)
21
+ - Publish npm package
You can’t perform that action at this time.
0 commit comments