forked from cadey/maj
version 0.6.0
This commit is contained in:
parent
a533ebbeaf
commit
f5d9e09e40
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### ADDED
|
||||
|
||||
- `maj::server` now has a CGI handler and majsite now has CGI enabled by default.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### ADDED
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "maj"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["Christine Dodrill <me@christine.website>"]
|
||||
edition = "2018"
|
||||
license = "0BSD"
|
||||
|
|
Loading…
Reference in New Issue