Skip to content

Commit

Permalink
Version 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Feb 9, 2023
1 parent 649a08d commit c1ae76f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@ When adding an entry with the same URL but with a different title, the existing
entry's title is automatically updated to the new one, but the entry object
stored in the tree remains the same.

* Change log

** 0.1.1

- Switch from =hu.dwim.defclass-star= to =nclasses=.

* Future work

** Hash tables vs. lists
Expand Down
2 changes: 1 addition & 1 deletion history-tree.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;;;; SPDX-License-Identifier: BSD-3-Clause

(defsystem "history-tree"
:version "0.1.0"
:version "0.1.1"
:description "Store the history of a browser's visited paths."
:author "Atlas Engineer LLC"
:homepage "https://github.com/atlas-engineer/history-tree"
Expand Down

0 comments on commit c1ae76f

Please sign in to comment.