Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vhyrro committed Jan 3, 2024
1 parent 7d58b06 commit ff43abe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/nvim-neorg/norgopolis-client/compare/v0.3.0...v0.4.0) (2023-12-29)


### Features

* add ability to spawn the norgopolis server behind feature flag ([b9b1ca9](https://github.com/nvim-neorg/norgopolis-client/commit/b9b1ca9f22ffaf823935e88681ae45dae7bcd3be))


### Bug Fixes

* disable `autostart` feature by default as per rust guidelines ([7d58b06](https://github.com/nvim-neorg/norgopolis-client/commit/7d58b063d1d80c11b3575a1dd61f2f64f755c6ca))

## [0.3.0](https://github.com/nvim-neorg/norgopolis-client/compare/v0.2.1...v0.3.0) (2023-09-23)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "norgopolis-client"
description = "A Rust client for Norgopolis."
repository = "https://github.com/nvim-neorg/norgopolis-client"
version = "0.3.0"
version = "0.4.0"
license = "MIT"
edition = "2021"

Expand Down

0 comments on commit ff43abe

Please sign in to comment.