Skip to content

Commit

Permalink
prepare for 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Oct 20, 2022
1 parent c22ed61 commit 6fb7fbb
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-10-20

### Added
- Pulsar installer script
- Github release workflow
Expand Down
24 changes: 12 additions & 12 deletions 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ We do not recommend build Pulsar from source. Building from source is only neces

If you're interested in contributing to Pulsar — thank you!

We have a [contributing guide](CONTRIBUTING.md) which will help you getting involved in the project.
We have a [contributing guide](CONTRIBUTING.md) which will help you getting involved in the project. Also check the [Developers](https://pulsar.sh/docs/category/developers) section of the documentation for more information on Pulsar development.

## Community

Expand Down
2 changes: 1 addition & 1 deletion bpf-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bpf-common"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion engine-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "engine-api"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion modules/file-system-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-system-monitor"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0 with BPF probe under GPL-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion modules/network-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network-monitor"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0 with BPF probe under GPL-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion modules/process-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "process-monitor"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0 with BPF probe under GPL-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion modules/syscall-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syscall-monitor"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0 with BPF probe under GPL-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pulsar-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulsar-core"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pulsar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulsar"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/Exein-io/pulsar"
Expand Down
2 changes: 1 addition & 1 deletion test-suite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-suite"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion validatron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validatron"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion validatron/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validatron-derive"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.2.0"
version = "0.3.0"
license = "Apache-2.0"
edition = "2021"

Expand Down

0 comments on commit 6fb7fbb

Please sign in to comment.