Update version info to 1.0.0 (2025-10-10)
This commit is contained in:
parent
cd9b7717d4
commit
79a47dcb2f
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
project(openarm_can VERSION 1.0.0)
|
||||
project(openarm_can VERSION 1.1.0)
|
||||
|
||||
# Set C++ standard
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
openarm-can (1.1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Sutou Kouhei <kou@clear-code.com> Fri, 10 Oct 2025 06:49:53 -0000
|
||||
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
Name: openarm-can
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: %{autorelease}
|
||||
Summary: OpenArm CAN control library
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
project(
|
||||
'openarm_can',
|
||||
'cpp',
|
||||
version: '1.0.0',
|
||||
version: '1.1.0',
|
||||
default_options: ['cpp_std=c++17'],
|
||||
)
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ allowing you to control DAMIAO motors through SocketCAN.
|
||||
# Import all C++ bindings directly - 1:1 mapping with C++ API
|
||||
from .core import *
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "1.1.0"
|
||||
__author__ = "Enactic, Inc."
|
||||
|
||||
# Direct export of C++ classes - no wrappers
|
||||
|
||||
@ -24,7 +24,7 @@ maintainers = [{name = "Enactic, Inc."}]
|
||||
name = "openarm_can"
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.10"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
|
||||
[project.urls]
|
||||
# TODO: changelog = "https://github.com/reazon-research/openarm_socketcan/releases"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user