Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justim committed Apr 9, 2024
1 parent 797dc80 commit b98b1af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

> Shurly, this is a URL shortener with API management
## Version 0.3.0

### Features

- Remove `memory` feature, Postgres is now always used
- Disallow `api/` prefix for slugs
- Upgrade all dependencies to their latest versions

### Fixes

- Upgrade to latest h2 (0.4.4) — Fixes GHSA-q6cp-qfwq-4gcv
- Upgrade to latest `whoami` (1.5.1) Fixes GHSA-w5w5-8vfh-xcjq

## Version 0.2.4

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shurly"
version = "0.2.4"
version = "0.3.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/workplacebuddy/shurly"
Expand Down

0 comments on commit b98b1af

Please sign in to comment.