Skip to content

Commit

Permalink
Version bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jun 30, 2023
1 parent 4f31bb9 commit 5485957
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
types: [opened, reopened, synchronize]
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 0.1.1

#### Enhancements
* Added support for monotonic ulids

## 0.1.0

Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ulid"
publish = false
version = "0.1.0"
version = "0.1.1"

edition = "2021"
rust-version = "1.70.0"
Expand Down

0 comments on commit 5485957

Please sign in to comment.