Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ardumont committed May 8, 2020
1 parent fc215ea commit 4ddc257
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org-trello-pkg.el
@@ -1,4 +1,4 @@
(define-package "org-trello" "0.8.1" "Minor mode to synchronize org-mode buffer and trello board"
(define-package "org-trello" "0.8.2" "Minor mode to synchronize org-mode buffer and trello board"
'((request-deferred "0.2.0")
(deferred "0.4.0")
(s "1.11.0")
Expand Down
4 changes: 2 additions & 2 deletions org-trello.el
Expand Up @@ -4,7 +4,7 @@

;; Author: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>
;; Maintainer: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>
;; Version: 0.8.1
;; Version: 0.8.2
;; Package-Requires: ((dash "2.12.1") (dash-functional "2.12.1") (s "1.11.0") (deferred "0.4.0") (request-deferred "0.2.0"))
;; Keywords: org-mode trello sync org-trello
;; URL: https://github.com/org-trello/org-trello
Expand Down Expand Up @@ -114,7 +114,7 @@ Please consider upgrading Emacs." emacs-version)
(require 'json)
(require 'parse-time)

(defconst org-trello--version "0.8.1" "Current org-trello version installed.")
(defconst org-trello--version "0.8.2" "Current org-trello version installed.")



Expand Down
7 changes: 7 additions & 0 deletions release-notes.md
@@ -1,3 +1,10 @@
# 0.8.2

- [X] #406: Deactivate org-indent-mode alongside org-trello minor mode
- [X] #407: Improve card formatting step
- [X] Clean up no longer used scripts


# 0.8.1

- [X] Make adding trello colors to `org-tag-alist` optional - Close #365
Expand Down

0 comments on commit 4ddc257

Please sign in to comment.