Skip to content

Commit 4bb4c99

Browse files
author
Jake Nichols
authored
Update versioning notes to align with v1.1.1 (#75)
1 parent 3f9e521 commit 4bb4c99

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ We additionally ask that you avoid the use of AI tools like ChatGPT and GitHub C
6565
6666
## Versioning Policy
6767
68-
Matcha's latest stable release is `v1.1.0` (major version 1, minor version 1, patch 0). Releases are tagged in the GitHub repository. We follow these guidelines when deciding if a change is major, minor, or patch:
68+
Matcha's latest stable release is `v1.1.1` (major version 1, minor version 1, patch 0). Releases are tagged in the GitHub repository. We follow these guidelines when deciding if a change is major, minor, or patch:
6969

7070
- Major: The change is non-essential and breaks the existing API. See our backwards compatiblility policy [here](docs/versioning.md). Major changes are not currently being accepted.
7171
- Minor: The change doesn't break the existing API, but changes large portions of the internals of the library, or adds significant functionality to the API. Minor changes should relate to branch `v1.2.0`.
7272
- Patch: The change is a bugfix, minor performance improvement, minor API change, or auxilary component (like middleware). Patches should relate to branch `main`.
7373
74-
Release eligibility will be evaluated biweekly, with the next evaluation being on May 15, 2023.
74+
Release eligibility will be evaluated biweekly, with the next evaluation being on June 1, 2023.

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# matcha
22

3-
[![Coverage Status](https://coveralls.io/repos/github/cloudretic/matcha/badge.svg)](https://coveralls.io/github/cloudretic/router)
4-
[![Discord Badge](https://img.shields.io/badge/Join%20us%20on-Discord-blue)](https://discord.gg/gCdJ6NPm)
3+
[![Coverage Status](https://coveralls.io/repos/github/cloudretic/matcha/badge.svg?branch=main)](https://coveralls.io/github/cloudretic/matcha?branch=main)
54
[![Go Report Card](https://goreportcard.com/badge/github.com/cloudretic/matcha)](https://goreportcard.com/report/github.com/cloudretic/matcha)
5+
[![Discord Badge](https://img.shields.io/badge/Join%20us%20on-Discord-blue)](https://discord.gg/gCdJ6NPm)
66

77
`cloudretic/matcha` is an actively developed HTTP router for Go with a focus on providing a flexible and performant route API.
88

@@ -18,14 +18,7 @@ For a preview of what's upcoming, see our [roadmap](docs/roadmap.md).
1818

1919
## Installation
2020

21-
`go get github.com/cloudretic/matcha[@version]`
22-
23-
Stable versions:
24-
25-
- `v1.0`
26-
- `v1.1.0 (stable release, recommended)`
27-
28-
Omitting the version will fetch the main branch, which may contain unreleased but stable features.
21+
`go get github.com/cloudretic/[email protected]`
2922

3023
## Basic Usage
3124

0 commit comments

Comments
 (0)