Skip to content

Commit

Permalink
Merge pull request #81 from open-format/staging
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
george-openformat authored Jan 13, 2025
2 parents 1c61070 + 81363d1 commit 0be8f81
Show file tree
Hide file tree
Showing 41 changed files with 2,151 additions and 1,403 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
run-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Execute Tests
steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ typings/
.yarn
.pnp*

tests/.bin/
tests/.bin/

# generated subgraph.yaml files
subgraph.*.yaml
# Except for subgraph.template.yaml
!subgraph.template.yaml
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.1] - 2025-01-09

### Added
- `Reward` entity ([#76](https://github.com/open-format/subgraph/pull/76))
- Support for different `FungibleToken` types ([#75](https://github.com/open-format/subgraph/pull/75))

### Fixed
- Bug with totalAwarded not updating on `Badge` entity ([#74](https://github.com/open-format/subgraph/pull/74))

### Deprecated
- `Mission` and `Action` entities ([#76](https://github.com/open-format/subgraph/pull/76))


## [v0.1.0] - 2024-11-19

Expand Down
Loading

0 comments on commit 0be8f81

Please sign in to comment.