Skip to content

Commit 36f97a4

Browse files
committed
chore: Bump version to v1.0.0
This is just to start semantic versioning. It's fully compatible with v0.9.0.
1 parent 233031f commit 36f97a4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.0.0 - 31.03.2024
4+
5+
- Since 0.9.0 has been stable for so long, this is just a major version bump to
6+
start semantic versioning.
7+
38
## v0.9.0 - 28.04.2023
49

510
- Package only M1 binary instead of Intel binary for OSX

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sub"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
authors = ["Juan Ibiapina <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)