Skip to content

Commit

Permalink
misc: update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Oct 10, 2024
1 parent 8e75ac6 commit 831533d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# v12
# v12.1 (2024-Sep-29)

## Bug fixes

* picom stops rendering correctly after monitor configuration changes (#1338, thanks to @Suyooo)

# v12 (2024-Sep-27)

## Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('picom', 'c', version: '12',
project('picom', 'c', version: '12.1',
default_options: ['c_std=c11', 'warning_level=1'])

cc = meson.get_compiler('c')
Expand Down

0 comments on commit 831533d

Please sign in to comment.