Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lchsk committed Sep 13, 2022
1 parent cd682da commit 6a12ca3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = False
tag = False

Expand All @@ -12,4 +12,3 @@ tag = False
[bumpversion:file:PKGBUILD]

[bumpversion:file:README.md]

4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
xstarter change log

0.8.2
13/09/2022
* Remove glib dependency

0.8.1
25/05/2020
* Make xstarter compile with gcc 10
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()

set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")

set(PROJECT_VERSION "0.8.1")
set(PROJECT_VERSION "0.8.2")
if (CMAKE_BUILD_TYPE STREQUAL Debug)
set(CMAKE_C_FLAGS "-g -Wall -pedantic")
else()
Expand Down Expand Up @@ -85,4 +85,4 @@ add_executable(xstarter_tests

target_link_libraries(xstarter_tests
-linih
)
)
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Maciej Lechowski <mjlechowski@gmail.com>
# Maintainer: Maciej Lechowski <email@lchsk.com>
pkgname=xstarter
pkgver=0.8.1
pkgver=0.8.2
_gitname=xstarter
pkgrel=1
epoch=
Expand All @@ -20,7 +20,7 @@ backup=()
options=()
install=
changelog=
source=(https://github.com/lchsk/xstarter/releases/download/v0.8.1/xstarter-0.8.1-Linux.tar.gz)
source=(https://github.com/lchsk/xstarter/releases/download/v0.8.2/xstarter-0.8.2-Linux.tar.gz)
noextract=()
md5sums=(e478ff94bd7cc9ca2e483c18fb260174)
validpgpkeys=()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It lives in terminal and works well with tiling window managers (e.g. xmonad, i3 etc).

Current version: 0.8.1
Current version: 0.8.2

| Branch | Build |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CONFIG_FILE "xstarter.conf"

#define PROGRAM_NAME "xstarter"
#define XSTARTER_VERSION "0.8.1"
#define XSTARTER_VERSION "0.8.2"

typedef struct {
bool verbose;
Expand Down
2 changes: 1 addition & 1 deletion xstarter.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for xstarter.
.TH xstarter 1 "25 May 2020" "0.8.1" "xstarter man page"
.TH xstarter 1 "13 Sep 2022" "0.8.2" "xstarter man page"
.SH NAME
xstarter \- application launcher
.SH SYNOPSIS
Expand Down

0 comments on commit 6a12ca3

Please sign in to comment.