Skip to content

Commit b335f0c

Browse files
committed
bump
1 parent d73a195 commit b335f0c

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.bak

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
## 1.0.36
66

7+
### Bugs Squashed
78

8-
9-
10-
## 1.0.36
11-
9+
- Scrollspy duplicate heading fix ([#150](https://github.com/AnswerDotAI/MonsterUI/pull/150)), thanks to [@curtis-allan](https://github.com/curtis-allan)
1210

1311

1412

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- do not remove -->
44

5+
## 1.0.37
6+
7+
### New Features
8+
9+
- Skip `apply_classes` in `render_md` when `class_map` is explicitly False ([#151](https://github.com/AnswerDotAI/MonsterUI/issues/151))
10+
11+
512
## 1.0.36
613

714
### Bugs Squashed

monsterui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.37"
1+
__version__ = "1.0.38"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = MonsterUI
33
lib_name = monsterui
4-
version = 1.0.37
4+
version = 1.0.38
55
min_python = 3.10
66
license = apache2
77
black_formatting = False

0 commit comments

Comments
 (0)