Skip to content

Commit

Permalink
Prepare for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-n committed Jan 11, 2023
1 parent 5ec9848 commit 752e91d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sogrim-server"
version = "1.1.2"
version = "1.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/sogrim-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sogrim-app",
"version": "1.1.2",
"version": "1.2.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/sogrim-app/src/components/Footer/changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ export type VersionChanges = {
};

export const versionChanges: VersionChanges[] = [
{
version: "v1.2.0",
changes: [
"נוסף קטלוג מהפקולטה למדעי הנתונים וההחלטות - הנדסת נתונים ומידע 2022-2023",
"ניתן כעת להחליף קטלוג ללא צורך באיפוס משתמש! להחלפת קטלוג, לחצו על שם הקטלוג הנוכחי המופיע מתחת לסטטוס התואר",
'ניתן כעת לערוך פטורים וזיכויים (קורסים מ"סמסטר 0")',
"קורסי שפה לא מסווגים יותר כקורסי העשרה, אלא כקורסי בחירה חופשית",
],
},
{
version: "v1.1.2",
changes: [
Expand Down

0 comments on commit 752e91d

Please sign in to comment.