Skip to content

Commit a30d6c4

Browse files
committed
Bump version to 0.9.1
1 parent 622821b commit a30d6c4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.9.0"
2+
current_version = "0.9.1"
33
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
44
commit = false
55
tag = false

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010

11+
## [0.9.1] - 2022-12-20
12+
### Modified
13+
- fixed and improved a few sentences
14+
- improved the pcprocessing chapter with better examples and improved figures
15+
16+
1117
## [0.9.0] - 2022-11-14
1218
### Added
1319
- a new chapter about Global DEMs, which includes a section about space lidar
@@ -63,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6369
- First release of the book (beta version)
6470

6571

72+
[0.9.1]: https://github.com/tudelft3d/terrainbook/compare/0.9.0...0.9.1
6673
[0.9.0]: https://github.com/tudelft3d/terrainbook/compare/0.8.0...0.9.0
6774
[0.8.0]: https://github.com/tudelft3d/terrainbook/compare/0.7.2...0.8.0
6875
[0.7.2]: https://github.com/tudelft3d/terrainbook/compare/0.7.1...0.7.2

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: An open book
44
show_downloads: true
55
theme: jekyll-theme-minimal
66

7-
latest_version: 0.9.0
7+
latest_version: 0.9.1
88
course_url: https://3d.bk.tudelft.nl/courses/geo1015/

terrainbook.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
\title{Computational modelling of terrains}
122122
\author{Hugo Ledoux \hspace{10mm} Ken Arroyo Ohori\\ Ravi Peters \hspace{17mm} Maarten Pronk}
123-
\date{\texttt{v0.9.0}}
123+
\date{\texttt{v0.9.1}}
124124

125125
\publishers{\vspace{15mm}\includegraphics[width=0.8\linewidth]{front-back/nl_joydivision.png}}
126126

0 commit comments

Comments
 (0)