From 433d2d828ce096e033fca4cea7ff95ab0c6f4f15 Mon Sep 17 00:00:00 2001 From: ttldtor Date: Wed, 29 Nov 2023 14:55:12 +0300 Subject: [PATCH] v1.0.0 --- .github/workflows/release.yml | 3 ++- CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53de4d81..bd4e76ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,8 @@ jobs: strategy: matrix: os: [ windows-latest, macos-13, ubuntu-22.04 ] - buildType: [ Release, Debug, RelWithDebInfo, MinSizeRel ] + #buildType: [ Release, Debug, RelWithDebInfo, MinSizeRel ] + buildType: [ Release, Debug ] runs-on: ${{ matrix.os }} env: XCODE_VERSION: '15.0' diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b086012..115af513 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_POLICY_DEFAULT_CMP0077 NEW) project(dxFeedGraalCxxApi) -set(DXFCXX_VERSION "v0.5.0-alpha" CACHE STRING "The dxFeed Graal CXX API package version") +set(DXFCXX_VERSION "v1.0.0" CACHE STRING "The dxFeed Graal CXX API package version") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/README.md b/README.md index 9863d026..d800474d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and [dxFeed Java API](https://docs.dxfeed.com/dxfeed/api/overview-summary.html) :information_source: If you already use [dxFeed C API](https://github.com/dxFeed/dxfeed-c-api), please see the [Overview](#overview) section.
-:warning: It’s an **alpha** version and still under active development. **Don’t use it in a production environment.** +:warning: It’s an **beta** version and still under active development. [![Release](https://img.shields.io/github/v/release/dxFeed/dxfeed-graal-cxx-api)](https://github.com/dxFeed/dxfeed-graal-cxx-api/releases/latest) [![Build](https://github.com/dxFeed/dxfeed-graal-cxx-api/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/dxFeed/dxfeed-graal-cxx-api/actions/workflows/build.yml)