Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Oct 1, 2023
1 parent e6490ea commit e48c9cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [1.0.0] - Unreleased

- Add `count`, which returns the number of timers in a timer wheel
- Add `Seconds` type alias for readability
Expand Down
1 change: 0 additions & 1 deletion cabal.project

This file was deleted.

4 changes: 1 addition & 3 deletions timer-wheel.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
cabal-version: 2.2

name: timer-wheel
version: 0.4.0.1
x-revision: 1
version: 1.0.0
category: Data
description:
This library provides a timer wheel data structure for
Expand All @@ -26,7 +25,6 @@ tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
extra-source-files:
CHANGELOG.md
README.md
cabal.project

source-repository head
type: git
Expand Down

0 comments on commit e48c9cc

Please sign in to comment.