Skip to content

Commit

Permalink
Update the Stable branch for our linux users (#1285)
Browse files Browse the repository at this point in the history
* Update README.md

* Delete FUNDING.yml

* Changed discord as the primary way to get in touch with the comminuty (#1279)

* Changed discord as the primary way to get in touch with the comminuty

* Changed the discord link so that it uses a permanent invite link

* Updated the version number in Amber to reflect the actual release number (#1280)

* Changed discord as the primary way to get in touch with the comminuty

* Changed the discord link so that it uses a permanent invite link

* Fixed the version number being out dated from the actual latest release number.

* Fix the correct documentation url (#1278)

Co-authored-by: Philippe Nénert @papilip <me@papilip.me>

* Feature/version upgrade (#1282)

* Changed discord as the primary way to get in touch with the comminuty

* Changed the discord link so that it uses a permanent invite link

* Fixed the version number being out dated from the actual latest release number.

* Updated Amber version and default Granite version

* Feature/update readme contribution steps (#1283)

* Changed discord as the primary way to get in touch with the comminuty

* Changed the discord link so that it uses a permanent invite link

* Fixed the version number being out dated from the actual latest release number.

* Update Linux installation steps to reflect the actual steps needed to install from source

Co-authored-by: Isaac Sloan <isaac@isaacsloan.com>
Co-authored-by: robacarp <robacarp@users.noreply.github.com>
Co-authored-by: Philippe Nénert <me+github@papilip.me>
Co-authored-by: Philippe Nénert @papilip <me@papilip.me>
  • Loading branch information
5 people authored May 25, 2022
1 parent 10f9319 commit 46fca86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/FUNDING.yml

This file was deleted.

9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ _Amber makes building web applications fast, simple, and enjoyable - with fewer
[![Liberapay patrons](https://img.shields.io/liberapay/patrons/amber-framework.svg?label=liberapay%20patrons)](https://liberapay.com/amber-framework/)
[![Gitter](https://img.shields.io/gitter/room/amberframework/amber.svg)](https://gitter.im/amberframework/amber)

# Looking for maintainers

Amber is looking for volunteers to take over maintainership of the repository, reviewing and merging pull requests, stewarding updates to follow along with Crystal language updates, etc. [More information here](https://github.com/amberframework/amber/issues/1277).

# Welcome to Amber

**Amber** is a web application framework written in [Crystal](https://crystal-lang.org/) inspired by Kemal, Rails, Phoenix and other popular application frameworks.
Expand All @@ -21,15 +25,15 @@ Amber borrows concepts that have already been battle tested and successful, and

## Community

Questions? Join our IRC channel [#amber](https://webchat.freenode.net/?channels=#amber) or [Gitter room](https://gitter.im/amberframework/amber) or ask on Stack Overflow under the [amber-framework](https://stackoverflow.com/questions/tagged/amber-framework) tag.
Questions? Join our [Discord](https://discord.gg/vwvP5zakSn).

Guidelines? We have adopted the Contributor Covenant to be our [CODE OF CONDUCT](.github/CODE_OF_CONDUCT.md) for Amber.

Our Philosophy? [Read Amber Philosophy H.R.T.](.github/AMBER_PHILOSOPHY.md)

## Documentation

Read Amber documentation on https://docs.amberframework.org
Read Amber documentation on https://docs.amberframework.org/amber

## Benchmarks

Expand All @@ -52,6 +56,7 @@ brew install amber
git clone https://github.com/amberframework/amber.git
cd amber
git checkout stable
shards install
make
sudo make install
```
Expand Down
2 changes: 1 addition & 1 deletion src/amber/cli/templates/app/shard.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

granite:
github: amberframework/granite
version: ~> 0.23.0
version: ~> 0.23.1

quartz_mailer:
github: amberframework/quartz-mailer
Expand Down
2 changes: 1 addition & 1 deletion src/amber/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Amber
VERSION = "1.0.0rc2"
VERSION = "1.2.2"
end

0 comments on commit 46fca86

Please sign in to comment.