📖 Bump version, add to changelog

This commit is contained in:
Marty Oehme 2022-06-29 12:32:13 +02:00
parent 2a17237a96
commit 7cec73e2db
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
3 changed files with 19 additions and 12 deletions

View File

@ -7,22 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
<!-- ### Added -->
- Display of configuration options on `-v` toggle
### Changed
- Simplified grep invocation to adhere more closely to POSIX
<!-- ### Changed -->
<!-- ### Deprecated -->
<!-- ### Removed -->
### Fixed
- Custom picker, clipper, and typer command invocation (`BEMOJI_CLIP_CMD`)
<!-- ### Fixed -->
<!-- ### Security -->
<!-- ## [0.2.0] - 2022-06-29 -->
## [0.2.0] - 2022-06-29
### Added
- Display of configuration options on `-v` toggle
- AUR installation instructions
### Changed
- Simplified grep invocation to adhere more closely to POSIX
### Fixed
- Custom picker, clipper, and typer command invocation quoting

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Marty Oehme
Copyright (c) 2022 Marty Oehme
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
bemoji
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
bm_version=0.1
bm_version=0.2.0
# Emoji default database location
bm_db_location=${BEMOJI_DB_LOCATION:-"${XDG_DATA_HOME:-$HOME/.local/share}/bemoji"}
# Setting custom emoji list file location: