Skip to content

Commit

Permalink
Update changelog, contribute.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 4, 2023
1 parent b9e0e89 commit 101cb49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ By far most changes relate to `atomic-server`, so if not specified, assume the c
Changes to JS assets are not included here, but in [`atomic-data-browser`'s CHANGELOG](https://github.com/atomicdata-dev/atomic-data-browser/blob/main/CHANGELOG.md).
See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable.

## UNRELEASED
## [v0.34.2] - 2023-03-04

- **Requires `--rebuild-index`**
- Improve full-text search, use JSON fields #335
- Update tantivy.
- Parse multiple auth cookies #525
- Fix `--script` flag
- Rename `setup-env` to `generate-dotenv` and build it from clap #599
- Remove `remove_previous_search` and `asset_url` options
- Parse multiple auth cookies #525
- Fix `--script` flag
- Add `Storelike::post_resource`, which allows plugins to parse HTTP POST requests #592
- Move Server-Timing header to crate `simple-server-timing-header`
- Add `POST` + `body` support for Endpoints #592
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ So please first send an e-mail to [email protected] describing the issue, and then

## Releases, Versioning and Tagging

1. Update the `tauri.conf.json` manually to the new version.
2. Commit changes
1. Commit changes
2. Update the `tauri.conf.json` manually to the new version.
3. Make sure all tests run properly
4. Use `cargo workspaces version patch` (and maybe replace `patch` with the `minor`) to update all `cargo.toml` files in one command. You'll need to `cargo install cargo-workspaces` if this command is not possible.

Expand Down

0 comments on commit 101cb49

Please sign in to comment.