Skip to content

Commit

Permalink
Improve relationships and pantheons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Overmyer committed Sep 16, 2019
1 parent 2cfa29c commit 59391f4
Show file tree
Hide file tree
Showing 15 changed files with 757 additions and 482 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.7.0 (2019-09-16)

Improve the pantheon package and relationships.

### Change List

- Split domains and deities into their own packages
- Split relationships into their own package
- Added more logic to determining relationship validity
- Added more descriptors to relationships

## 0.6.5 (2019-09-16)

Fix bug in tinctures
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.5
0.7.0
4 changes: 0 additions & 4 deletions cmd/worldapi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,10 +839,6 @@ func errorTracking(h http.Handler) http.Handler {
func main() {
sentryDSN := os.Getenv("SENTRY_DSN")

if sentryDSN == "" {
panic("Sentry not set up!")
}

sentry.Init(sentry.ClientOptions{
Dsn: sentryDSN,
})
Expand Down
218 changes: 0 additions & 218 deletions pkg/pantheon/deities.go

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pantheon
package deity

import (
"fmt"
Expand Down
Loading

0 comments on commit 59391f4

Please sign in to comment.