Skip to content

Commit 08e7981

Browse files
committed
chore: release 0.1.11
Signed-off-by: tison <wander4096@gmail.com>
1 parent 4341cf5 commit 08e7981

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

.github/semantic.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# The pull request's title should be fulfilled the following pattern:
2+
#
3+
# <type>[optional scope]: <description>
4+
#
5+
# ... where valid types and scopes can be found below; for example:
6+
#
7+
# build(maven): One level down for native profile
8+
#
9+
# More about configurations on https://github.com/Ezard/semantic-prs#configuration
10+
11+
enabled: true
12+
13+
titleOnly: true
14+
15+
types:
16+
- feat
17+
- fix
18+
- docs
19+
- style
20+
- refactor
21+
- perf
22+
- test
23+
- build
24+
- ci
25+
- chore
26+
- revert
27+
28+
targetUrl: https://github.com/fast/fastpool/blob/main/.github/semantic.yml

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastant"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
license = "MIT"
66
description = "A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by Time Stamp Counter (TSC)."

0 commit comments

Comments
 (0)