Skip to content

Commit f6150a9

Browse files
committed
Bump minor version.
1 parent 5ba6f32 commit f6150a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

async-container-supervisor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
"source_code_uri" => "https://github.com/socketry/async-container-supervisor.git",
2121
}
2222

23-
spec.files = Dir.glob(["{bake,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
23+
spec.files = Dir.glob(["{bake,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
2424

2525
spec.required_ruby_version = ">= 3.2"
2626

gems.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
gem "bake-modernize"
1313
gem "bake-releases"
1414

15+
gem "agent-context"
16+
1517
gem "utopia-project"
1618
end
1719

lib/async/container/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Async
77
module Container
88
module Supervisor
9-
VERSION = "0.6.0"
9+
VERSION = "0.7.0"
1010
end
1111
end
1212
end

0 commit comments

Comments
 (0)