Skip to content

Commit

Permalink
release: 7.5.0-RC.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaai committed Apr 11, 2024
1 parent 9859340 commit 935357e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions config/releases/7.5.0-RC.1.md
@@ -0,0 +1,24 @@
---
version_major: 7
version_minor: 5
version_patch: 0
version_pre: RC.1
---

### borrow

- feat: optimize model search filter
- fix: overbooking of expired reservations
- fix: css bug in model search filter

### database

- chore: create associated entities for new pool triggers

### legacy

- feat: inventory: show description in room select list

### my

- chore: disable basic-auth for token authentication
6 changes: 3 additions & 3 deletions dev/release-env.sh
@@ -1,7 +1,7 @@
#!/bin/sh -exu

export DEV_INITIALS=mr
export RELEASE_MAJOR_MINOR=7.4
export DEV_INITIALS=mk
export RELEASE_MAJOR_MINOR=7.5
export RELEASE_PATCH=0
export RELEASE_PRE='-RC.1' # e.g. '-RC.1'; or '' for stable release

Expand All @@ -15,4 +15,4 @@ echo "RELEASE: $RELEASE"
echo "RELEASE_NAME: $RELEASE_NAME"
echo "LEIHS_REPO: $LEIHS_REPO" # should be the path to your cloned leihs repository

echo "\nPERSONAL-BRANCH: $DEV_INITIALS/v/$RELEASE_MAJOR_MINOR-staging"
echo "PERSONAL-BRANCH: $DEV_INITIALS/v/$RELEASE_MAJOR_MINOR-staging"

0 comments on commit 935357e

Please sign in to comment.