Update version info to 1.0.0 (2025-10-10)

This commit is contained in:
Sutou Kouhei 2025-10-10 15:49:53 +09:00
parent cd9b7717d4
commit 79a47dcb2f
6 changed files with 10 additions and 5 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
cmake_minimum_required(VERSION 3.22) cmake_minimum_required(VERSION 3.22)
project(openarm_can VERSION 1.0.0) project(openarm_can VERSION 1.1.0)
# Set C++ standard # Set C++ standard
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)

View File

@ -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

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
Name: openarm-can Name: openarm-can
Version: 1.0.0 Version: 1.1.0
Release: %{autorelease} Release: %{autorelease}
Summary: OpenArm CAN control library Summary: OpenArm CAN control library

View File

@ -15,7 +15,7 @@
project( project(
'openarm_can', 'openarm_can',
'cpp', 'cpp',
version: '1.0.0', version: '1.1.0',
default_options: ['cpp_std=c++17'], default_options: ['cpp_std=c++17'],
) )

View File

@ -22,7 +22,7 @@ allowing you to control DAMIAO motors through SocketCAN.
# Import all C++ bindings directly - 1:1 mapping with C++ API # Import all C++ bindings directly - 1:1 mapping with C++ API
from .core import * from .core import *
__version__ = "1.0.0" __version__ = "1.1.0"
__author__ = "Enactic, Inc." __author__ = "Enactic, Inc."
# Direct export of C++ classes - no wrappers # Direct export of C++ classes - no wrappers

View File

@ -24,7 +24,7 @@ maintainers = [{name = "Enactic, Inc."}]
name = "openarm_can" name = "openarm_can"
readme = "README.md" readme = "README.md"
requires-python = ">= 3.10" requires-python = ">= 3.10"
version = "1.0.0" version = "1.1.0"
[project.urls] [project.urls]
# TODO: changelog = "https://github.com/reazon-research/openarm_socketcan/releases" # TODO: changelog = "https://github.com/reazon-research/openarm_socketcan/releases"