Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Nov 29, 2023
1 parent 7084492 commit 433d2d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
: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)
Expand Down

0 comments on commit 433d2d8

Please sign in to comment.