Skip to content

Commit

Permalink
0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdonald committed Dec 8, 2024
1 parent e635d29 commit eb02851
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.8.6

* Updated `Workspace::update_current_syntax` method to match against buffer file
names when an extension isn't present, enabling support for formats like
`Makefile`. Since this method is called by `Workspace::open_buffer` and
`Workspace::add_buffer`, these methods will now correctly apply syntax
definitions when available.

### 0.8.5

* Add new `Workspace::buffer_paths` method to list all buffer paths in the
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
edition = "2021"

name = "scribe"
version = "0.8.5"
version = "0.8.6"
authors = ["Jordan MacDonald <[email protected]>"]
description = "Text editor toolkit."
homepage = "https://github.com/jmacdonald/scribe"
Expand Down

0 comments on commit eb02851

Please sign in to comment.