summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stenglein2022-09-20 21:55:19 -0400
committerMark Stenglein2022-09-20 21:55:19 -0400
commit2c1aecb136772f81ed90555b9a3526fc6dca5385 (patch)
tree76a684ff9153ca75d3a2b3dfd09b7a215e712b59
parent066578bbdd24ef5264db98cf5601d76ee1ac2579 (diff)
downloadaur-2c1aecb136772f81ed90555b9a3526fc6dca5385.tar.gz
Release 0.9.0
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG.md8
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6742d8b7748..3c51d1d12312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slides-git
pkgdesc = Terminal based presentation tool
- pkgver = 0.8.0.r2.gd8c724c
+ pkgver = 0.9.0.r0.g1620042
pkgrel = 1
url = https://github.com/maaslalani/slides
changelog = CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52de08d18b52..71269f1faf3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.9.0-1] - 2022-09-13
+
+- Add ssh server functionality by [@ivantsepp](https://github.com/@ivantsepp) in [#150](https://github.com/maaslalani/slides/pull/150)
+- feat: ensure that date strings are not interpreted as January 2, 2006 formatted strings by [@maaslalani](https://github.com/maaslalani) in [#170](https://github.com/maaslalani/slides/pull/170)
+- Feat: Yank Code Blocks by [@maaslalani](https://github.com/maaslalani) in [#173](https://github.com/maaslalani/slides/pull/173)
+- Code Comments to hide verbose code by [@maaslalani](https://github.com/maaslalani) in [#174](https://github.com/maaslalani/slides/pull/174)
+- feat: add support for java code execution by [@mfathi91](https://github.com/mfathi91) in [#184](https://github.com/maaslalani/slides/pull/184)
+
## [0.8.0-1] - 2022-04-07
### Fixed
diff --git a/PKGBUILD b/PKGBUILD
index afe879c01a2f..11d8d8953325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Stenglein <aur@markstenglein.com>
pkgname=slides-git
-pkgver=0.8.0.r2.gd8c724c
+pkgver=0.9.0.r0.g1620042
pkgrel=1
pkgdesc='Terminal based presentation tool'
arch=('x86_64')