Skip to content

Commit

Permalink
Merge pull request #37 from semiotic-ai/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 1.0.0
  • Loading branch information
aasseman authored Oct 30, 2023
2 parents c7067c4 + 3ea0282 commit d2054e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/semiotic-ai/autoagora-processor/compare/v0.4.1...v1.0.0) (2023-10-30)


### ⚠ BREAKING CHANGES

* autoagora-processor needs to communicate with the indexer-agent API (--indexer-agent-mgmt-endpoint) instead of graph-node's PG DB (--graph-postgres-... args are gone).

### Bug Fixes

* Only load schemas for allocated subgraphs ([2a24173](https://github.com/semiotic-ai/autoagora-processor/commit/2a24173696fd46934a686536f0dff82d90fdd626)), closes [#33](https://github.com/semiotic-ai/autoagora-processor/issues/33)

## [0.4.1](https://github.com/semiotic-ai/autoagora-processor/compare/v0.4.0...v0.4.1) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autoagora-processor"
version = "0.4.1"
version = "1.0.0"
authors = [
"Alexis Asseman <alexis@semiotic.ai>"
]
Expand Down

0 comments on commit d2054e8

Please sign in to comment.