Skip to content

Commit f1cdb4d

Browse files
authored
Prepare for 2.2.1 release (baserow#5256)
1 parent d8ebd04 commit f1cdb4d

74 files changed

Lines changed: 306 additions & 228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions

backend/docker/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66
# ENVIRONMENT VARIABLES USED DIRECTLY BY THIS ENTRYPOINT
77
# ======================================================
88

9-
export BASEROW_VERSION="2.2.0"
9+
export BASEROW_VERSION="2.2.1"
1010

1111
# Used by docker-entrypoint.sh to start the dev server
1212
# If not configured you'll receive this: CommandError: "0.0.0.0:" is not a valid port number or address:port pair.

backend/src/baserow/config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
"name": "MIT",
495495
"url": "https://github.com/baserow/baserow/blob/develop/LICENSE",
496496
},
497-
"VERSION": "2.2.0",
497+
"VERSION": "2.2.1",
498498
"SERVE_INCLUDE_SCHEMA": False,
499499
"TAGS": [
500500
{"name": "Settings"},

backend/src/baserow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.2.0"
1+
VERSION = "2.2.1"

backend/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 42 additions & 0 deletions

changelog/entries/unreleased/breaking_change/remove_workspace_invitation_messages_and_pending_invite_en.json renamed to changelog/entries/2.2.1/breaking_change/remove_workspace_invitation_messages_and_pending_invite_en.json

File renamed without changes.

changelog/entries/unreleased/bug/3090_ai_file_field_import_validation.json renamed to changelog/entries/2.2.1/bug/3090_ai_file_field_import_validation.json

File renamed without changes.

changelog/entries/unreleased/bug/3855_exclude_autonumber_sequences_from_schema_dump_to_prevent_res.json renamed to changelog/entries/2.2.1/bug/3855_exclude_autonumber_sequences_from_schema_dump_to_prevent_res.json

File renamed without changes.

changelog/entries/unreleased/bug/4323_negative_number_formula.json renamed to changelog/entries/2.2.1/bug/4323_negative_number_formula.json

File renamed without changes.

0 commit comments

Comments
 (0)