Skip to content

Commit

Permalink
chore: update changelog for version v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aisbergg committed Jul 14, 2024
1 parent 41c7f30 commit ece97f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,26 @@

All notable changes to this project will be documented in this file.

- [1.1.0 (2024-07-14)](#110-2024-07-14)
- [1.0.2 (2023-05-28)](#102-2023-05-28)
- [1.0.1 (2023-05-27)](#101-2023-05-27)
- [1.0.0 (2023-05-27)](#100-2023-05-27)

---

<a name="1.1.0"></a>
## [1.1.0](https://github.com/aisbergg/go-bruh/compare/v1.0.2...v1.1.0) (2024-07-14)

### Bug Fixes

- properly identify and exclude globally defined errors again

### Features

- add `RangeContext` to ContextableError and improve general performance by using a slice as a backing for the context data
- add ProgramCounter2 that indicates the actual instruction being executed and not the one beforehand


<a name="1.0.2"></a>
## [1.0.2](https://github.com/aisbergg/go-bruh/compare/v1.0.1...v1.0.2) (2023-05-28)

Expand Down

0 comments on commit ece97f6

Please sign in to comment.