Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Mar 5, 2020
1 parent e2d947f commit ac7e9af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Draft patch release
name: Draft release
on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Parser for the Concise data definition language (CDDL)"
repository = "https://github.com/anweiss/cddl"
homepage = "https://cddl.anweiss.tech"
license = "MIT"
version = "0.3.18"
version = "0.4.0"
authors = ["Andrew Weiss <[email protected]>"]
readme = "README.md"
edition = "2018"
Expand Down Expand Up @@ -55,4 +55,4 @@ path = "src/bin/repl.rs"

[profile.release]
opt-level = "s"
lto = true
lto = true
2 changes: 1 addition & 1 deletion www/package-lock.json

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

2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cddl",
"version": "0.3.18",
"version": "0.4.0",
"description": "Parser for the Concise data definition language (CDDL)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac7e9af

Please sign in to comment.