Skip to content

Commit

Permalink
Release: 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Apr 8, 2020
1 parent ffb7413 commit d6c79f0
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Of course, Ibuffer is a mature tool with many features, so Bufler doesn't replac
:TOC: :depth 0
:END:

** 0.2-pre
** 0.2

Project expanded and renamed from Sbuffer to Bufler.

Expand Down
2 changes: 1 addition & 1 deletion bufler.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Adam Porter <[email protected]>
;; URL: https://github.com/alphapapa/bufler.el
;; Package-Version: 0.2-pre
;; Package-Version: 0.2
;; Package-Requires: ((emacs "26.3") (dash "2.17") (dash-functional "2.17") (f "0.17") (pretty-hydra "0.2.2") (magit-section "0.1"))
;; Keywords: convenience

Expand Down
54 changes: 27 additions & 27 deletions bufler.info
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Defining groups

Changelog

* 0.2-pre: 02-pre.
* 0.2: 02.
* 0.1: 01.


Expand Down Expand Up @@ -511,19 +511,19 @@ File: README.info, Node: Changelog, Next: Credits, Prev: Compared to Ibuffer,

* Menu:

* 0.2-pre: 02-pre.
* 0.2: 02.
* 0.1: 01.


File: README.info, Node: 02-pre, Next: 01, Up: Changelog
File: README.info, Node: 02, Next: 01, Up: Changelog

5.1 0.2-pre
===========
5.1 0.2
=======

Project expanded and renamed from Sbuffer to Bufler.


File: README.info, Node: 01, Prev: 02-pre, Up: Changelog
File: README.info, Node: 01, Prev: 02, Up: Changelog

5.2 0.1
=======
Expand Down Expand Up @@ -567,27 +567,27 @@ GPLv3

Tag Table:
Node: Top258
Node: Screenshots1348
Node: Installation2418
Node: Quelpa2627
Node: Usage3206
Node: Workflow4753
Node: Commands6975
Node: Bindings8439
Node: Tips9371
Node: Defining groups9712
Node: Default groups example11099
Node: Group types14026
Node: Helm support16656
Node: Ivy support17402
Node: Prism support17830
Node: Compared to Ibuffer18270
Node: Changelog20020
Node: 02-pre20178
Node: 0120320
Node: Credits20423
Node: Development21112
Node: License21282
Node: Screenshots1340
Node: Installation2410
Node: Quelpa2619
Node: Usage3198
Node: Workflow4745
Node: Commands6967
Node: Bindings8431
Node: Tips9363
Node: Defining groups9704
Node: Default groups example11091
Node: Group types14018
Node: Helm support16648
Node: Ivy support17394
Node: Prism support17822
Node: Compared to Ibuffer18262
Node: Changelog20012
Node: 0220162
Node: 0120292
Node: Credits20391
Node: Development21080
Node: License21250

End Tag Table

Expand Down
2 changes: 1 addition & 1 deletion helm-bufler.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Adam Porter <[email protected]>
;; URL: https://github.com/alphapapa/bufler.el
;; Package-Version: 0.2-pre
;; Package-Version: 0.2
;; Package-Requires: ((emacs "26.3") (bufler "0.2-pre") (helm "1.9.4"))
;; Keywords: convenience

Expand Down
15 changes: 15 additions & 0 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@

** 0.2

*** TODO Release 0.2

+ [X] Check comment TODOs (using =magit-todos=).
+ [X] Check issues.
+ [X] Check plans (in this file).
+ [X] Check linters.
+ [X] Check tests.
+ [X] Update version numbers in file headers.
- [X] bufler.el
- [X] helm-bufler.el
+ [ ] Tag and sign new version (using Magit's =t r=).
+ [ ] Push =master=.
+ [ ] Push tags.

*** DONE Prefix to =bufler-list= to clear cache

Sometimes changing =bufler-groups= doesn't seem to take effect because =buffer-list= hasn't changed and =bufler-buffers= is cached.
Expand Down Expand Up @@ -128,3 +142,4 @@ Sort of cute and catchy. Maybe some clip art available.
+ [ ] Tag and sign new version (using Magit's =t r=).
+ [ ] Push =master=.
+ [ ] Push tags.

0 comments on commit d6c79f0

Please sign in to comment.