From 5a079ca39460fbbfa7c63d1081d6b116d18ac3ab Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 30 Jul 2025 20:28:32 +0200 Subject: [PATCH] chore: update semver docs in readme (#6985) closes https://github.com/axios/axios/issues/5134 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ef6edd..388102e2 100644 --- a/README.md +++ b/README.md @@ -1628,7 +1628,7 @@ Also, it supports additional response types such as `stream` and `formdata` (if ## Semver -Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes. +Since Axios has reached a `v.1.0.0` we will fully embrace semver as per the spec [here](https://semver.org/) ## Promises