Skip to content

Commit 14ee19a

Browse files
committed
chore: version bump
1 parent ac51dd8 commit 14ee19a

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.3.0](https://github.com/orndorffgrant/devca/compare/v0.2.0...v0.3.0) (2020-10-25)
2+
3+
4+
### Features
5+
6+
* cert and key flags for path-to command ([#24](https://github.com/orndorffgrant/devca/issues/24)) ([ac51dd8](https://github.com/orndorffgrant/devca/commit/ac51dd89ef29c10866a78b8aeb7afbb4e77a18c5))
7+
* support `path-to ca` ([#23](https://github.com/orndorffgrant/devca/issues/23)) ([ab8134f](https://github.com/orndorffgrant/devca/commit/ab8134fc4b6328684220fe4fe07e0c09c4bf7176))
8+
9+
10+
111
# [0.2.0](https://github.com/orndorffgrant/devca/compare/54c4ac7f076ef56b2bbd7d03f25344737d6ae8ca...v0.2.0) (2020-10-08)
212

313

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "devca"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Grant Orndorff <orndorffgrant@protonmail.com>"]
55
edition = "2018"
66

scripts/gen-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s
1+
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 2

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use clap::Clap;
88
use std::process;
99

1010
#[derive(Clap)]
11-
#[clap(version = "0.2.0")]
11+
#[clap(version = "0.3.0")]
1212
struct Opts {
1313
#[clap(subcommand)]
1414
subcmd: SubCommand,

0 commit comments

Comments
 (0)