Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Nov 14, 2023
1 parent 1b07dbc commit a307be4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build/

.vscode/
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.0] - 2023-11-14

### Added

- `libc` functions:
Expand Down Expand Up @@ -37,5 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
functions of this library and wants to use those instead.
- Compatible with various ABIs: `o32`, `n32`, `o64`, `n64`.

[unreleased]: https://github.com/Decompollaborate/spimdisasm/compare/v0.1.0...HEAD
[unreleased]: https://github.com/Decompollaborate/spimdisasm/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/Decompollaborate/spimdisasm/compare/v0.1.0...v1.0.0
[v0.1.0]: https://github.com/Decompollaborate/spimdisasm/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions include/gcc_vr4300/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef GCC_VR4300_VERSION_H
#define GCC_VR4300_VERSION_H

#define LIBGCC_VR4300_VER_MAJOR 0
#define LIBGCC_VR4300_VER_MINOR 1
#define LIBGCC_VR4300_VER_MAJOR 1
#define LIBGCC_VR4300_VER_MINOR 0
#define LIBGCC_VR4300_VER_PATCH 0

#define _STRINGIFY2(x) #x
Expand Down

0 comments on commit a307be4

Please sign in to comment.