Commit 0a5c66b3 authored by Mitar's avatar Mitar
Browse files

Changelog.

parent e7e6c3ff
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support up to Go 1.26.
- Proxy and backport standard `errors.AsType` function.

### Removed

- Support for Go 1.17.

## [0.10.0] - 2024-09-09

### Added
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ This is a Go package. You can add it to your project using `go get`:
go get gitlab.com/tozd/go/errors
```

It requires Go 1.17 or newer.
It requires Go 1.18 or newer.

## Usage