Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
Also add ‘CHANGELOG.md’ file with release notes
  • Loading branch information
unclechu committed Mar 20, 2021
1 parent 42e35c0 commit 500718f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log / Release Notes

## 1.0.1 (March 20, 2021)

### Bug Fixes

- Fix failing on killing previous application instance

https://github.com/unclechu/place-cursor-at/issues/4

## 1.0.0 (March 20, 2021)

- First stable release
8 changes: 5 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: place-cursor-at
synopsis: A utility for X11 that moves the mouse cursor using the keyboard
version: 1.0.0
version: 1.0.1
license: GPL-3
license-file: LICENSE
author: Viacheslav Lotsmanov
Expand All @@ -9,9 +9,11 @@ maintainer: Viacheslav Lotsmanov <[email protected]>
category: Utility, GUI, Desktop, Desktop Environment, X11
github: unclechu/place-cursor-at

extra-source-files: README.md
extra-source-files:
- README.md
- CHANGELOG.md

tested-with: GHC ==8.10.4 || ==8.8.4 || ==8.6.4
tested-with: GHC == 8.10.4 || == 8.8.4 || == 8.6.4

dependencies:
- base >= 4.12 && < 5
Expand Down
7 changes: 4 additions & 3 deletions place-cursor-at.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 66d39f7b6b91273a09289c622d5c81b8bb6f010ee69d032997ed77412a1f96f5
-- hash: 28a469787c7689160b683cbbdb65c1e82d866a1631cfe3a311b51a2ff5c70c49

name: place-cursor-at
version: 1.0.0
version: 1.0.1
synopsis: A utility for X11 that moves the mouse cursor using the keyboard
category: Utility, GUI, Desktop, Desktop Environment, X11
homepage: https://github.com/unclechu/place-cursor-at#readme
Expand All @@ -17,10 +17,11 @@ maintainer: Viacheslav Lotsmanov <[email protected]>
copyright: Copyright © 2017–2021 Viacheslav Lotsmanov
license: GPL-3
license-file: LICENSE
tested-with: GHC ==8.10.4 || ==8.8.4 || ==8.6.4
tested-with: GHC == 8.10.4 || == 8.8.4 || == 8.6.4
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md

source-repository head
type: git
Expand Down

0 comments on commit 500718f

Please sign in to comment.