From 31e27aaffb380fe0883f8b081b2953eaffd59f60 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 29 Dec 2015 13:45:28 -0600 Subject: [PATCH 1/3] Bump version to 0.7.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 57bf9bb..28a2b46 100644 --- a/discord.go +++ b/discord.go @@ -16,7 +16,7 @@ package discordgo import "fmt" // DiscordGo Version, follows Symantic Versioning. (http://semver.org/) -const VERSION = "0.7.0-alpha" +const VERSION = "0.7.0" /* type Config struct { From 4e90b453b6d7f55fe5b1087eb197b83b1b9471c6 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 29 Dec 2015 13:48:18 -0600 Subject: [PATCH 2/3] Bump develop branch to version 0.8.0-alpha --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 28a2b46..2f7c97d 100644 --- a/discord.go +++ b/discord.go @@ -16,7 +16,7 @@ package discordgo import "fmt" // DiscordGo Version, follows Symantic Versioning. (http://semver.org/) -const VERSION = "0.7.0" +const VERSION = "0.8.0-alpha" /* type Config struct { From d5c3a26656c7ece0680c0482a843521780364c25 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Wed, 30 Dec 2015 16:50:43 -0600 Subject: [PATCH 3/3] Minor updates, fixed Discord API link --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed11c71..a6ea200 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -DiscordGo provides low level bindings for [Discord](https://discordapp.com/) +DiscordGo provides direct low level bindings for [Discord](https://discordapp.com/) in the [Go](https://golang.org/) Programming Language (Golang). * See [dgVoice](https://github.com/bwmarrin/dgvoice) for **experimental** voice support. -Join [#go_discordgo](https://discord.gg/0SBTUU1wZTWvLIfZ) Discord API channel on Discord for support. +Join [#go_discordgo](https://discord.gg/0SBTUU1wZTWT6sqd) Discord API channel on Discord for support. [![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo) [![Go Walker](http://gowalker.org/api/v1/badge)](https://gowalker.org/github.com/bwmarrin/discordgo) @@ -40,12 +40,11 @@ REST and Websock API. * List/Create Guild Channels * List Guild Members * Receive/Send Messages to Channels +* Permissions related functions. +* Editing User Profile settings ## What's Unfinished -* Make changes as needed to pass GoLint, GoVet, GoCyclo, etc. (goreportcard.com) -* Editing User Profile settings -* Permissions related functions. * Functions for Maintenance Status * Finish Voice support. * Add a higher level interface with user friendly helper functions.