File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4
4
## [ Unreleased]
5
5
6
6
7
+ ## [ 1.6.1] - 2023-10-18
8
+
9
+ - Fixed test code that was incorrect on some platforms / with some configurations.
10
+ - Minor documentation improvements.
11
+
12
+
7
13
## [ 1.6.0] - 2023-02-01
8
14
9
15
### New features
324
330
- Added a changelog file.
325
331
326
332
327
- [ Unreleased ] : https://github.com/cessen/ropey/compare/v1.6.0...HEAD
333
+ [ Unreleased ] : https://github.com/cessen/ropey/compare/v1.6.1...HEAD
334
+ [ 1.6.1 ] : https://github.com/cessen/ropey/compare/v1.6.0...v1.6.1
328
335
[ 1.6.0 ] : https://github.com/cessen/ropey/compare/v1.5.1...v1.6.0
329
336
[ 1.5.1 ] : https://github.com/cessen/ropey/compare/v1.5.0...v1.5.1
330
337
[ 1.5.0 ] : https://github.com/cessen/ropey/compare/v1.4.1...v1.5.0
356
363
[ 0.5.4 ] : https://github.com/cessen/ropey/compare/v0.5.3...v0.5.4
357
364
[ 0.5.3 ] : https://github.com/cessen/ropey/compare/v0.5.2...v0.5.3
358
365
[ 0.5.2 ] : https://github.com/cessen/ropey/compare/v0.5.1...v0.5.2
359
- [ 0.5.1 ] : https://github.com/cessen/ropey/releases/tag/v0.5.1
366
+ [ 0.5.1 ] : https://github.com/cessen/ropey/releases/tag/v0.5.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ropey"
3
- version = " 1.6.0 "
3
+ version = " 1.6.1 "
4
4
authors = [
" Nathan Vegdahl <[email protected] >" ]
5
5
description = " A fast and robust text rope for Rust"
6
6
documentation = " https://docs.rs/ropey"
@@ -24,7 +24,7 @@ small_chunks = []
24
24
25
25
[dependencies ]
26
26
smallvec = " 1.0.0"
27
- str_indices = { version = " 0.4.0 " , default-features = false }
27
+ str_indices = { version = " 0.4" , default-features = false }
28
28
29
29
[dev-dependencies ]
30
30
rand = " 0.8"
You can’t perform that action at this time.
0 commit comments