diff --git a/Cargo.lock b/Cargo.lock index 9321e33..68a04d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index a927f8a..27d98ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.3.0" +version = "0.3.1" edition = "2018" rust-version = "1.70.0" diff --git a/ChangeLog.md b/ChangeLog.md index 0c8d18d..32025cd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -85,9 +85,6 @@ - [x] Update node description on property removal ## 0.3.0 -### app - - [x] handle the caps setter element - - [x] Add multiple graphviews with tabs. ### CI/Infra - [x] Create a macos installer @@ -97,4 +94,9 @@ - [x] set/get the file format version ### GStreamer -- [x] Display GStreamer version in the about dialog \ No newline at end of file +- [x] Display GStreamer version in the about dialog + +## 0.3.1 +### app + - [x] Add multiple graphviews with tabs. + - [x] handle the caps setter element diff --git a/installer/wix/build_installer.ps1 b/installer/wix/build_installer.ps1 index bd43fa6..9d538fc 100644 --- a/installer/wix/build_installer.ps1 +++ b/installer/wix/build_installer.ps1 @@ -16,9 +16,10 @@ $heatToolPath = Join-Path $wixFolder -ChildPath heat.exe $GPSUpgradeCode = "9B87C8FF-599C-4F20-914E-AF5E68CB3DC0" $GPSVersion = $(git describe --always --abbrev=0) +Write-Output "Version:" +Write-Output $GPSVersion +$GPSVersion = "0.3.1" Write-Output $GPSVersion -$GPSVersion = "0.3.0" - try { Push-Location $PSScriptRoot @@ -58,7 +59,7 @@ try throw "Compilation of $wxsFileName failed with exit code $LASTEXITCODE" } } - + $AllArgs = $obj_files + @('-out', $msiFileName) & $lightToolPath $AllArgs -ext WixUIExtension diff --git a/meson.build b/meson.build index 52756c0..d004b44 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.3.0', + version: '0.3.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], diff --git a/release.md b/release.md index 059ef37..8bf40cf 100644 --- a/release.md +++ b/release.md @@ -3,9 +3,11 @@ - Update to the given version: - meson.build - cargo.toml + - installer/wix/build_installer.ps1 + - create a tag on gitlab - meson builddir -Dbuildtype=release -- ninja -C buiddir dist +- ninja -C builddir dist - upload the package and the sha256 to gitlab for Flatpak in the release notes # flathub