Skip to content

Commit

Permalink
Merge pull request #150 from SimonRichardson/bump-v7
Browse files Browse the repository at this point in the history
#150

This bumps the branch to v7. This leapfrogs over v6, but has all the same features as v5, with the additional metadata and manifest for application charms.
  • Loading branch information
jujubot authored Jul 29, 2024
2 parents dca60b8 + 716665e commit 4fc4023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT := github.com/juju/description/v5
PROJECT := github.com/juju/description/v7

.PHONY: check-licence check-go check

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/juju/description/v5
module github.com/juju/description/v7

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var _ = gc.Suite(&ImportTest{})

func (*ImportTest) TestImports(c *gc.C) {
imps, err := jtesting.FindImports(
"github.com/juju/description/v5",
"github.com/juju/description/v7",
"github.com/juju/juju/")
c.Assert(err, jc.ErrorIsNil)
// This package brings in nothing else from juju/juju
Expand Down

0 comments on commit 4fc4023

Please sign in to comment.