File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ <!-- next-version-placeholder-->
4
+
5
+ ## v1.4.0 (2022-01-18)
6
+ ### Feature
7
+ * Semantic versioning ([ ` d1748be ` ] ( https://github.com/tmigimatsu/ctrl-utils/commit/d1748be30de489d05a696d7a8de486fc30ef5b9e ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.11)
12
12
13
13
# Define project
14
14
project (ctrl_utils
15
- VERSION 1.3 .0
15
+ VERSION 1.4 .0
16
16
DESCRIPTION "Utility library for robot control"
17
17
LANGUAGES CXX
18
18
)
Original file line number Diff line number Diff line change 4
4
from .ctrlutils import *
5
5
from . import eigen
6
6
7
- __version__ = "1.3 .0"
7
+ __version__ = "1.4 .0"
Original file line number Diff line number Diff line change 7
7
import sys
8
8
9
9
10
- __version__ = "1.3 .0"
10
+ __version__ = "1.4 .0"
11
11
12
12
13
13
class CMakeExtension (setuptools .Extension ):
You can’t perform that action at this time.
0 commit comments