Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39bee77

Browse files
committed
Version 0.15.0
Also, remove `html_root_url`, apparently it hasn't been necessary for awhile now.
1 parent6f93e23 commit39bee77

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
This project adheres to[Semantic Versioning](http://semver.org/spec/v2.0.0.html),
77
with the exception that 0.x versions can break between minor versions.
88

9-
##[Unreleased]
9+
##[0.15.0] - 2025-07-06
1010
###Added
1111
- Support`\Z` - anchor to the end of the text before any trailing newlines. (#148)
1212
- Support`\O` - any character including newlines. (#158)
@@ -199,7 +199,7 @@ with the exception that 0.x versions can break between minor versions.
199199
- Initial release
200200

201201

202-
[Unreleased]:https://github.com/fancy-regex/fancy-regex/compare/0.14.0...HEAD
202+
[0.15.0]:https://github.com/fancy-regex/fancy-regex/compare/0.14.0...0.15.0
203203
[0.14.0]:https://github.com/fancy-regex/fancy-regex/compare/0.13.0...0.14.0
204204
[0.13.0]:https://github.com/fancy-regex/fancy-regex/compare/0.12.0...0.13.0
205205
[0.12.0]:https://github.com/fancy-regex/fancy-regex/compare/0.11.0...0.12.0

‎Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name ="fancy-regex"
3-
# remember to update html_root_url
4-
version ="0.14.0"
3+
version ="0.15.0"
54
authors = ["Raph Levien <raph@google.com>","Robin Stocker <robin@nibor.org>"]
65
edition ="2018"
76
license ="MIT"

‎src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Conditionals - if/then/else:
174174
[regex]: https://crates.io/crates/regex
175175
*/
176176

177-
#![doc(html_root_url ="https://docs.rs/fancy-regex/0.14.0")]
178177
#![deny(missing_docs)]
179178
#![deny(missing_debug_implementations)]
180179
#![cfg_attr(not(feature ="std"), no_std)]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp