Skip to content

Commit

Permalink
Release 0.10.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed May 15, 2022
1 parent f05b96e commit 104c254
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ project( makhber
LANGUAGES CXX C
)

set( PROJECT_VERSION_SUFFIX "Alpha" )
set( PROJECT_VERSION_SUFFIX "alpha" )

set( PROJECT_RELEASE_DATE "MMM, DD YYYY" )
set( PROJECT_RELEASE_DATE "May, 14 2022" )

set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
Expand Down
14 changes: 11 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog

## Makhber 0.10.0
## Makhber 0.10.0 Alpha

Released: DD-MM-YYYY
Released: 14-05-2022

### General

- New Project file format `*.mkbr` based on json
- Drop support for opening SciDAVis/QtiPlot project files.
- Fix some bugs and issues

### Core

- Move to Qwt 6.1
- Port to Qwt>6.1
- Requires Qt>=5.12
- Remove/Replace functions deprecated or dropped by Qt6
- Silent warnings from different compilers
- Update packaging for different platforms

## Makhber 0.9.5.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<launchable type="desktop-id">com.github.makhber.Makhber.desktop</launchable>

<releases>
<release version="0.10.0-alpha" date="2022-05-14"/>
<release version="0.9.5.3" date="2022-04-18"/>
<release version="0.9.5.2" date="2022-02-18"/>
<release version="0.9.5.1" date="2022-02-12"/>
Expand Down

0 comments on commit 104c254

Please sign in to comment.