Skip to content

Commit

Permalink
chore: Bump the version and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jun 7, 2024
1 parent 51fd689 commit 97ddf5d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2024-06-07
- [[#136]] Upgrade mechanism for SQLCipher, this allows our users to upgrade
SQLCipher since SQLCipher has some breaking changes with regards to the cipher
settings. Otherwise a database that was created with a previous major
SQLCipher version will refuse to work with a new version of SQLCipher.

- [#136] Removed support for the Japanese language, the tokenizer we were using caused
problems.

[#136]: https://github.com/matrix-org/seshat/pull/136

## 3.0.1 - 2023-05-15

- [[#128]] Allow the avatar URL and display name to be null
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seshat"
version = "3.0.0"
version = "4.0.0"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion seshat-node/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 seshat-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fs_extra = "1.3.0"
serde_json = "1.0.61"
neon-serde3 = "0.10.0"
uuid = "1.3.0"
seshat = { version = "3.0.0", path = "../" }
seshat = { version = "4.0.0", path = "../" }

[dependencies.neon]
version = "0.10.1"
Expand Down

0 comments on commit 97ddf5d

Please sign in to comment.