Skip to content

Commit 3f4364b

Browse files
authored
Merge pull request #50 from JanCaha/development
Development
2 parents 5cd2ecc + a478105 commit 3f4364b

File tree

4 files changed

+13
-23
lines changed

4 files changed

+13
-23
lines changed

.github/workflows/create_releases.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -191,22 +191,6 @@ jobs:
191191
echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_ENV
192192
echo "VERSION=$(grep "project(" CMakeLists.txt | grep -E -o -e "[0-9\.]+")" >> $GITHUB_OUTPUT
193193
194-
- name: Build and push Docker image version
195-
uses: docker/build-push-action@v4
196-
with:
197-
file: docker/Dockerfile
198-
context: docker/
199-
push: true
200-
tags: "cahik/viewshed:v${{steps.version.outputs.VERSION}}"
201-
202-
- name: Build and push Docker image latest
203-
uses: docker/build-push-action@v4
204-
with:
205-
file: docker/Dockerfile
206-
context: docker/
207-
push: true
208-
tags: cahik/viewshed:latest
209-
210194
- name: Download artifact WHL
211195
uses: actions/download-artifact@v4
212196
with:
@@ -222,15 +206,15 @@ jobs:
222206
file: docker/viewshed_install_from_ppa.dockerfile
223207
context: docker/
224208
push: true
225-
tags: "cahik/viewshed:v${{steps.version.outputs.VERSION}}-python"
209+
tags: "cahik/viewshed:v${{steps.version.outputs.VERSION}}"
226210

227211
- name: Build and push Docker image latest with Python
228212
uses: docker/build-push-action@v4
229213
with:
230214
file: docker/viewshed_install_from_ppa.dockerfile
231215
context: docker/
232216
push: true
233-
tags: cahik/viewshed:latest-python
217+
tags: cahik/viewshed:latest
234218

235219
Release-to-PPA:
236220

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20.0)
22

3-
project(viewshed VERSION 4.0.3 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX)
3+
project(viewshed VERSION 4.1.0 DESCRIPTION "C++ Viewshed library based on GDAL and Qt" LANGUAGES CXX)
44

55
SET(LIBRARY_NAME "viewshed")
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ apt-get -y install simplerasters viewshed viewshed-bin
113113
If you use the library, please cite it accordingly:
114114

115115
```bibtex
116-
@Software{Caha2023,
116+
@Software{Caha2024,
117117
author = {Jan Caha},
118118
title = {viewshed ({C++ Viewshed library based on GDAL and Qt})},
119-
year = {2023},
120-
date = {2023-07-11},
121-
version = {2.7.0},
119+
year = {2024},
120+
date = {2024-07-11},
121+
version = {4.0.3},
122122
url = {https://github.com/JanCaha/cpp-viewshed-library},
123123
}
124124
```

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
viewshed (4.1.0) jammy; urgency=low
2+
3+
* change numbering for ppa
4+
5+
-- Jan Caha <jan.caha@outlook.com> Thu, 29 Aug 2024 11:28:48 +0200
6+
17
viewshed (4.0.3-0) jammy; urgency=low
28

39
* fix segmentation fault for some scenarios

0 commit comments

Comments
 (0)