Skip to content

Commit 101cb49

Browse files
committed
Update changelog, contribute.md
1 parent b9e0e89 commit 101cb49

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ By far most changes relate to `atomic-server`, so if not specified, assume the c
55
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).
66
See [STATUS.md](server/STATUS.md) to learn more about which features will remain stable.
77

8-
## UNRELEASED
8+
## [v0.34.2] - 2023-03-04
99

1010
- **Requires `--rebuild-index`**
1111
- Improve full-text search, use JSON fields #335
12-
- Update tantivy.
13-
- Parse multiple auth cookies #525
14-
- Fix `--script` flag
1512
- Rename `setup-env` to `generate-dotenv` and build it from clap #599
1613
- Remove `remove_previous_search` and `asset_url` options
14+
- Parse multiple auth cookies #525
15+
- Fix `--script` flag
1716
- Add `Storelike::post_resource`, which allows plugins to parse HTTP POST requests #592
1817
- Move Server-Timing header to crate `simple-server-timing-header`
1918
- Add `POST` + `body` support for Endpoints #592

CONTRIBUTE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ So please first send an e-mail to [email protected] describing the issue, and then
166166

167167
## Releases, Versioning and Tagging
168168

169-
1. Update the `tauri.conf.json` manually to the new version.
170-
2. Commit changes
169+
1. Commit changes
170+
2. Update the `tauri.conf.json` manually to the new version.
171171
3. Make sure all tests run properly
172172
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.
173173

0 commit comments

Comments
 (0)