Skip to content

Commit

Permalink
Release version 1.1.0 with post_mortem support
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez de Dios committed Apr 30, 2013
1 parent 98d5e8a commit 0be8429
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.0

* Post mortem support


## 1.0.3

* "autoreload" is set by default now
Expand Down
7 changes: 1 addition & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Ruby -*-
require 'rake/testtask'
require 'rake/extensiontask'
require 'rubygems/package_task'
require 'bundler/gem_tasks'

Rake::ExtensionTask.new('byebug')

Expand All @@ -17,9 +17,4 @@ end

base_spec = eval(File.read('byebug.gemspec'), binding, 'byebug.gemspec')

# Rake task to build the default package
Gem::PackageTask.new(base_spec) do |pkg|
pkg.need_tar = true
end

task :default => :test
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Byebug
VERSION = '1.0.3'
VERSION = '1.1.0'
end

0 comments on commit 0be8429

Please sign in to comment.