Commit Graph

59 Commits

Author SHA1 Message Date
Chris Eppstein
576bf9d409 bump version for release 2010-08-27 07:33:47 -07:00
Chris Eppstein
9a81fa560e bump version. 2010-08-25 11:53:16 -07:00
Chris Eppstein
63cbc21d53 Prepare for release. 2010-08-08 10:32:56 -07:00
Chris Eppstein
de651db9ad Prepare for release 2010-08-06 13:05:13 -07:00
Chris Eppstein
813c817eb2 Prepare for release. 2010-08-06 11:52:01 -07:00
Chris Eppstein
973a568c1d Tests are more useful if you actually run them. 2010-08-05 22:13:35 -07:00
Chris Eppstein
20b5f88b64 Prepare for release 2010-08-05 21:22:07 -07:00
Chris Eppstein
051bee7030 Prepare for release. 2010-08-01 11:24:27 -07:00
Chris Eppstein
e95521f043 Update gem for release 2010-07-23 19:37:08 -07:00
Chris Eppstein
f5f3697ab3 Prepare for release. 2010-05-31 23:01:48 -07:00
Chris Eppstein
786e03551b Bump versions for v0.10.1 release. 2010-05-15 00:18:34 -07:00
Chris Eppstein
5397c70e00 Update version and dependency for release. 2010-05-10 00:10:12 -07:00
Chris Eppstein
f07cd98fae bump the version for the next release 2010-05-02 23:27:47 -07:00
Chris Eppstein
eb0470cd7e version bump 2010-04-30 07:05:53 -07:00
Chris Eppstein
458a19361d Display the current version on the docs. 2010-04-25 11:28:56 -07:00
Chris Eppstein
96fda293e1 bump version 2010-04-13 01:21:04 -07:00
Chris Eppstein
9120eb72ae Bump version for release. 2010-04-12 00:14:12 -07:00
Chris Eppstein
2b5650ad8d Release Candidate 1 2010-03-06 17:46:44 -08:00
Chris Eppstein
edd39fdcd9 Version bump for v0.10.pre9 2010-03-06 15:57:07 -08:00
Chris Eppstein
b497eae5f7 Version bump to .pre8 2010-02-23 13:13:15 -08:00
Chris Eppstein
8dba8031a9 Version Bump 2010-02-23 02:00:33 -08:00
Chris Eppstein
fa21d80fe0 Bump version for release v0.10.0.pre6 2010-02-22 00:50:45 -08:00
Chris Eppstein
2225b6981d Version bump to 0.10.0.pre5 2010-01-19 00:15:52 -08:00
Chris Eppstein
dbe2d41f6b Version bump for 0.10 pre4 2010-01-04 09:41:01 -08:00
Chris Eppstein
4eab728c53 Bump version to v0.10.0.pre3 2010-01-02 12:46:52 -08:00
Chris Eppstein
a5835d24a7 Release v0.10.0.pre2 2009-12-01 00:07:31 -08:00
Chris Eppstein
5a10d540f3 v0.10 Preview Release #1 2009-11-29 21:43:53 -08:00
Chris Eppstein
04f14eb514 Merge branch 'edge'
* edge: (118 commits)
  Make the tests pass in ruby 1.9
  Fix a bug in FSSM for ruby 1.9. Closes GH-48.
  Version bump to 0.9.4
  Update the TODO.
  If a template provides a haml file, it can have compass-enabled sass filters within it.
  Allow vendored frameworks to override built-in frameworks to enable
  [Rails] Allow compass extensions to be stored in the vendor/plugins/compass/extensions directory.
  Fix some issues regarding how the project type configuration gets applied.
  Don't leave directories around after testing.
  Name all configuration sources for debugging purposes.
  [Command Line] Primary commands get special status in the initial help output.
  [Command Line] Access the Sass Repl (sass -i) with the compass environment loaded.
  Separate the project type default configuration from the installer.
  Add config/compass.rb as a known config location. Default to config/compass.rb as the configuration file for rails projects.
  Fix a bug when the welcome message was not provided by an extension template.
  Version bump to 0.9.3
  Starting work on the changelog for 0.10
  Stuff that needs to be done before the next release.
  Help for each template that ships with compass.
  Allow the welcome message to replace the default one instead of just augment it.
  ...

Conflicts:
	CHANGELOG.markdown
	VERSION.yml
	compass.gemspec
	lib/compass/configuration.rb
	lib/vendor/fssm.rb
	lib/vendor/fssm/state.rb
2009-11-19 10:53:20 -08:00
Chris Eppstein
9e93da16cc Version bump to 0.9.4 2009-11-19 01:38:34 -08:00
Chris Eppstein
9a51c8a9a2 Version bump to 0.9.3 2009-11-01 21:02:40 -08:00
Chris Eppstein
8c9a7378b7 Version bump to 0.9.2
gem changes for release.
2009-10-30 08:28:21 -07:00
Chris Eppstein
ca19ea6414 Version bump to 0.9.1 2009-10-30 08:21:34 -07:00
Chris Eppstein
2465baba52 Version bump to 0.8.17 2009-09-24 09:07:04 -07:00
Chris Eppstein
4d96553096 Version bump to 0.8.16 2009-09-12 09:26:22 -07:00
Chris Eppstein
495854bb78 Version bump to 0.8.15 2009-09-05 22:59:46 -07:00
Chris Eppstein
65e5b122f2 Version bump to 0.8.14 2009-09-02 22:52:02 -07:00
Chris Eppstein
3ce66e278b Version bump to 0.8.13 2009-08-30 11:54:35 -07:00
Chris Eppstein
4abb59e98a Set the edge version. 2009-08-29 13:19:35 -07:00
Chris Eppstein
6d6573a972 Version bump to 0.8.12 2009-08-22 08:36:07 -07:00
Chris Eppstein
c3ecd5ac4b Version bump to 0.8.11 2009-08-22 08:28:24 -07:00
Chris Eppstein
0492fc9969 Binary mode support for proper handling of binary files on Windows.
All images will now be installed using binary mode. Additionally, any file can
be installed in binary mode if the manifest specifies the option :binary => true
for that file.
2009-08-16 11:17:27 -07:00
Chris Eppstein
b502fcafaf Version bump to 0.8.9 2009-08-09 21:39:01 -07:00
Chris Eppstein
6ae3f9ad06 Version bump to 0.8.8 2009-07-21 11:36:33 -07:00
Chris Eppstein
9aa986744a Version bump to 0.8.7 2009-07-09 13:04:18 -07:00
Chris Eppstein
aba60c46cd Version bump to 0.8.6 2009-07-08 01:25:36 -07:00
Chris Eppstein
cf604fac4e Version bump to 0.8.5 2009-07-06 21:50:23 -07:00
Chris Eppstein
cbc90aace4 Version bump to 0.8.4 2009-07-06 11:47:23 -07:00
Chris Eppstein
51743bdb5b Version bump to 0.8.3 2009-07-06 07:44:33 -07:00
Chris Eppstein
1de07d81dc Version bump to 0.8.2 2009-07-04 22:37:41 -07:00
Chris Eppstein
0bb65bc17b Version bump to 0.8.1 2009-06-28 16:43:55 -07:00