Skip to content

Commit

Permalink
🔖 Prepare the 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiome authored and theogiraudet committed Aug 2, 2024
1 parent 06b871e commit dcd1c4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,21 @@
## 📦 Bookshelf - 2.2.0

### 🎉 Addition

- ([187](https://github.com/Gunivers/Bookshelf/pull/222)) Add randomized fill function `#bs.block:fill_random`.

### ⚡️ Improvements
---

## 📦 Bookshelf - 2.1.1

### 🔁 Tweaks
- ([238](https://github.com/Gunivers/Bookshelf/pull/238)) Load tags now load modules in isolation.
- ([237](https://github.com/Gunivers/Bookshelf/pull/237)) Enhanced speed of `bs.block` module.
- ([218](https://github.com/Gunivers/Bookshelf/pull/218)) Enhanced speed of factorial function in `bs.math`.

### 🐛 Fixes
- ([236](https://github.com/Gunivers/Bookshelf/issues/236)) Fix `bs.block`, `bs.id` and `bs.math` load functions.
- ([235](https://github.com/Gunivers/Bookshelf/issues/235)) Fix `bs.block` inputs that required extra escaping.

### 📄 Documentation
- ([215](https://github.com/Gunivers/Bookshelf/issues/215)) There is now documentation about the documentation (kind of metadocumentation?).

Expand Down
6 changes: 3 additions & 3 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"preferred": true
},
{
"name": "2.1.0",
"version": "v2.1.0",
"url": "https://bookshelf.docs.gunivers.net/en/v2.1.0/"
"name": "2.1.1",
"version": "v2.1.1",
"url": "https://bookshelf.docs.gunivers.net/en/v2.1.1/"
},
{
"name": "2.0.0",
Expand Down

0 comments on commit dcd1c4f

Please sign in to comment.